Skip to content

Commit

Permalink
deploy 3.3.28-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
linfeng committed Oct 15, 2019
1 parent 8b63c37 commit 3b82e6e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pri",
"version": "3.3.28-beta.4",
"version": "3.3.28-beta.5",
"types": "src/node/index.ts",
"main": "built/node/index.js",
"scripts": {
Expand All @@ -9,7 +9,8 @@
"build": "rm -rf built && rm -rf .cache && tsc && npm run create-client-declaration",
"prepublishOnly": "npm run build",
"format": "eslint --fix './src/**/*.?(ts|tsx)'",
"generateDocument": "typedoc --out ./document --mode file --ignoreCompilerErrors ./src/node/index.ts"
"generateDocument": "typedoc --out ./document --mode file --ignoreCompilerErrors ./src/node/index.ts",
"publishBeta": "npm publish --tag=beta"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 3b82e6e

Please sign in to comment.