Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Commit

Permalink
Remove @now scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Schwarz committed Sep 11, 2017
1 parent 8f63bff commit 946787d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
"scripts": {
"test": "nyc mocha test/**/*.js",
"test:watch": "chokidar \"./(src|test)/**/*.js\" -c \"mocha test/**/*.js\" --initial",
"test:now": "npm run test -- --grep @now",
"test:now:watch": "chokidar \"./(src|test)/**/*.js\" -c \"mocha test/**/*.js --grep @now\" --initial",
"cover": "istanbul cover --dir ./coverage _mocha",
"eslint": "./node_modules/.bin/grunt eslint --verbose",
"jenkins": "./node_modules/.bin/grunt jenkins --verbose",
Expand Down

0 comments on commit 946787d

Please sign in to comment.