Skip to content

Commit

Permalink
Small changes in pacakge.json
Browse files Browse the repository at this point in the history
  • Loading branch information
subbu committed Feb 16, 2021
1 parent 1896eb2 commit 9f54c07
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,9 @@
"patch": "npm version patch && npm publish",
"minor": "npm version minor && npm publish",
"major": "npm version major && npm publish",
"prepublish": "npm run lint && npm test && npm run build",
"prepublish": "npm test && npm run build",
"postpublish": "git push origin master --follow-tags"
},
"watch": {
"test": "{src,test}/*.js",
"lint": "{src,test}/*.js",
"build": "src"
},
"jest": {
"testRegex": "/test/.*",
"testEnvironment": "node"
},
"keywords": [
"furhat-core"
],
Expand Down

0 comments on commit 9f54c07

Please sign in to comment.