Skip to content

Commit

Permalink
update dependencies, clean build process
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeerickson committed Sep 4, 2019
1 parent 7e23504 commit d373be9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
"lint": "eslint \"./src/**/*.js\"",
"lint:spec": "eslint \"./spec/**/*.js\" --rule 'no-redeclare: off'",
"lint:fix": "eslint \"./src/**/*.js\" --fix",
"test-node": "node node_modules/mocha/bin/mocha spec --slow 500",
"test-node:watch": "node node_modules/mocha/bin/mocha --watch spec --slow 500",
"test-node": "node node_modules/mocha/bin/mocha spec --slow 500 --reporter mocha-better-spec-reporter",
"test-node:watch": "node node_modules/mocha/bin/mocha --watch spec --slow 500 --reporter mocha-better-spec-reporter",
"test-browser": "grunt dist && node node_modules/karma/bin/karma start --single-run",
"test": "npm run test-node && npm run test-browser"
}
Expand Down

0 comments on commit d373be9

Please sign in to comment.