Skip to content

Commit 9804178

Browse files
committed
Adding nwb test command to NPM scripts.
1 parent dd0f94c commit 9804178

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"lib",
1111
"umd"
1212
],
13+
"scripts": {
14+
"test": "nwb test"
15+
},
1316
"devDependencies": {
1417
"eslint": "6.4.0",
1518
"eslint-plugin-import": "2.18.2",
@@ -19,7 +22,7 @@
1922
"author": {
2023
"name": "Matthew Hudson",
2124
"email": "matthud@gmail.com",
22-
"url": "http://thematthewhudson.com"
25+
"url": "https://hudson.dev"
2326
},
2427
"repository": {
2528
"type": "git",

0 commit comments

Comments
 (0)