Skip to content

Commit

Permalink
chore: bump version to v2.0.0-post
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Oct 24, 2019
1 parent aa24697 commit 7032472
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .npmignore
@@ -1,3 +1,6 @@
.appveyor.yml
.gitattributes

# exclude all tests
test
utils/node6-transform
Expand Down
2 changes: 1 addition & 1 deletion docs/api.md
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions package.json
@@ -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",
Expand All @@ -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/",
Expand Down

0 comments on commit 7032472

Please sign in to comment.