Skip to content

Commit

Permalink
clean up puppeteer import
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Apr 3, 2024
1 parent ef259bd commit 3aa7411
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 81 deletions.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type * as puppeteer from 'puppeteer'
import type { puppeteer } from '@cityssm/puppeteer-launch'

import * as browserGlobal from './browserGlobal.js'
import * as config from './config.js'
Expand Down
153 changes: 76 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,14 @@
"coverage": "c8 --reporter=lcov --reporter=text --reporter=text-summary mocha --timeout 20000"
},
"dependencies": {
"@cityssm/puppeteer-launch": "^0.1.0",
"@cityssm/puppeteer-launch": "^0.2.0",
"exit-hook": "^4.0.0",
"htmlparser2": "^9.1.0",
"puppeteer": "^22.6.2",
"set-interval-async": "^3.0.3"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"eslint-config-cityssm": "^1.4.3"
"eslint-config-cityssm": "^1.5.0"
},
"engines": {
"node": ">=18.0.0"
Expand Down

0 comments on commit 3aa7411

Please sign in to comment.