Skip to content

Commit

Permalink
Adding nwb test command to NPM scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhudson committed Sep 23, 2019
1 parent dd0f94c commit 9804178
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"lib",
"umd"
],
"scripts": {
"test": "nwb test"
},
"devDependencies": {
"eslint": "6.4.0",
"eslint-plugin-import": "2.18.2",
Expand All @@ -19,7 +22,7 @@
"author": {
"name": "Matthew Hudson",
"email": "matthud@gmail.com",
"url": "http://thematthewhudson.com"
"url": "https://hudson.dev"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9804178

Please sign in to comment.