Skip to content

Commit f2ed691

Browse files
committed
modify package.json
1 parent d58ceec commit f2ed691

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"main": "github.js",
66
"dependencies": {
77
"btoa": "^1.1.2",
8-
"tape": "^3.0.3",
98
"underscore": "~1.6.0",
109
"xmlhttprequest": "~1.6.0"
1110
},
1211
"devDependencies": {
13-
"jshint": "^2.5.8"
12+
"jshint": "^2.5.8",
13+
"tape": "^3.0.3"
1414
},
1515
"scripts": {
16-
"test": "tape test/test.* && jshint github.js test/*"
16+
"test": "tape test/test.*.js && jshint github.js test/*.js"
1717
},
1818
"repository": {
1919
"type": "git",
@@ -34,7 +34,7 @@
3434
"xmlhttprequest": false
3535
},
3636
"testling": {
37-
"files": "test/*_test.js",
37+
"files": "test/test.*.js",
3838
"browsers": [
3939
"iexplore/10.0",
4040
"iexplore/9.0",
@@ -93,7 +93,6 @@
9393
"ipad/6.0",
9494
"safari/6.0",
9595
"android-browser/4.2"
96-
],
97-
"harness": "mocha"
96+
]
9897
}
9998
}

0 commit comments

Comments
 (0)