mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: bump version to v2.0.0-post
This commit is contained in:
parent
aa246973b9
commit
7032472af7
@ -1,3 +1,6 @@
|
||||
.appveyor.yml
|
||||
.gitattributes
|
||||
|
||||
# exclude all tests
|
||||
test
|
||||
utils/node6-transform
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
# Puppeteer API <!-- GEN:version -->v2.0.0<!-- GEN:stop-->
|
||||
# Puppeteer API <!-- GEN:version -->Tip-Of-Tree<!-- GEN:stop-->
|
||||
<!-- GEN:empty-if-release --><!-- GEN:stop -->
|
||||
|
||||
- Interactive Documentation: https://pptr.dev
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "puppeteer",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.0-post",
|
||||
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
|
||||
"main": "index.js",
|
||||
"repository": "github:GoogleChrome/puppeteer",
|
||||
@ -21,7 +21,6 @@
|
||||
"doc": "node utils/doclint/cli.js",
|
||||
"coverage": "cross-env COVERAGE=true npm run unit",
|
||||
"tsc": "tsc -p .",
|
||||
"prepublishOnly": "npm run build",
|
||||
"apply-next-version": "node utils/apply_next_version.js",
|
||||
"bundle": "npx browserify -r ./index.js:puppeteer -o utils/browser/puppeteer-web.js",
|
||||
"test-types": "node utils/doclint/generate_types && npx -p typescript@2.1 tsc -p utils/doclint/generate_types/test/",
|
||||
|
Loading…
Reference in New Issue
Block a user