Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyRightNow committed Nov 21, 2017
1 parent a826077 commit 97f760e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "nej-mocha",
"version": "4.2.11-0",
"version": "4.2.11",
"description": "A test framework specifically for NEJ module system users.",
"main": "index.js",
"scripts": {
"patch:publish": "npm version patch && git push origin master --follow-tags && npm publish",
"major:publish": "npm version major && git push origin master --follow-tags && npm publish",
"minor:publish": "npm version minor && git push origin master --follow-tags && npm publish",
"prepatch:publish": "npm version prepatch && git push origin master --follow-tags && npm publish",
"build": "gulp browserify",
"test": "mocha --timeout=30000 --recursive",
"test:unit": "npm run test ./test/unit/",
Expand Down

0 comments on commit 97f760e

Please sign in to comment.