Skip to content

Commit 361da4a

Browse files
Update dependencies
1 parent 572672e commit 361da4a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
"license": "Apache-2.0",
1010
"main": "tc-string-parse.js",
1111
"scripts": {
12-
"test": "ava"
12+
"test": "ava",
13+
"prepublishOnly": "npm install && npm test"
1314
},
14-
"dependencies": {
15+
"devDependencies": {
1516
"ava": "3.5.1",
1617
"eslint": "6.8.0"
1718
}

0 commit comments

Comments
 (0)