Skip to content

Commit

Permalink
release beta1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zisismaras committed May 10, 2019
1 parent 518aa3b commit 2e93216
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ayakashi",
"version": "1.0.0-beta1.4",
"version": "1.0.0-beta1.5",
"description": "The next generation web scraping framework",
"author": {
"name": "ayakashi.io",
Expand Down Expand Up @@ -104,6 +104,7 @@
"test": "npm run build && node lib/cli/cli.js get-chrome ./__tests__ && jest --forceExit",
"build-types": "tsc --build --clean && tsc -d --emitDeclarationOnly --allowJs false",
"generate-core-action-docs": "typedoc --mode file --json ./doc.json && node ./scripts/generateCoreActionDocs.js && rm ./doc.json",
"postinstall": "node scripts/postInstall.js"
"postinstall": "node scripts/postInstall.js",
"prepublishOnly": "rm -rf ./lib && tsc --build --clean && tsc --build && npm shrinkwrap"
}
}

0 comments on commit 2e93216

Please sign in to comment.