Skip to content

Commit

Permalink
Use npm scripts for scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Sep 4, 2016
1 parent 4002de0 commit beff285
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Makefile

This file was deleted.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"files": [
"index"
],
"scripts": {
"test": "npm run test-node && npm run test-browser",
"test-node": "mocha test/test.js",
"test-browser": "serve ./test"
},
"license": "MIT",
"devDependencies": {
"mocha": "^3.0.2",
Expand Down

0 comments on commit beff285

Please sign in to comment.