Skip to content

Commit 0db8e6f

Browse files
authored
Merge pull request #14 from Borewit/fix-test-script
Fix test script
2 parents f57b0ae + 2b422f8 commit 0db8e6f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@
55
"author": "Xiao Han <[email protected]>",
66
"description": "A simple js library to parse cue sheet",
77
"scripts": {
8-
"test": "./node_modules/mocha/bin/mocha test/test.js"
8+
"test": "mocha test/test.js"
99
},
1010
"repository": {
1111
"type": "git",
1212
"url": "[email protected]:justlaputa/cue-parser.git"
1313
},
14-
"dependencise": {},
1514
"devDependencies": {
1615
"expect.js": "~0.2.0",
17-
"mocha": "~1.10.0"
16+
"mocha": "^6.1.4"
1817
},
1918
"engines": {
2019
"node": ">=0.10",

0 commit comments

Comments
 (0)