We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d58ceec + f2ed691 commit 71a3cb7Copy full SHA for 71a3cb7
package.json
@@ -5,15 +5,15 @@
5
"main": "github.js",
6
"dependencies": {
7
"btoa": "^1.1.2",
8
- "tape": "^3.0.3",
9
"underscore": "~1.6.0",
10
"xmlhttprequest": "~1.6.0"
11
},
12
"devDependencies": {
13
- "jshint": "^2.5.8"
+ "jshint": "^2.5.8",
+ "tape": "^3.0.3"
14
15
"scripts": {
16
- "test": "tape test/test.* && jshint github.js test/*"
+ "test": "tape test/test.*.js && jshint github.js test/*.js"
17
18
"repository": {
19
"type": "git",
@@ -34,7 +34,7 @@
34
"xmlhttprequest": false
35
36
"testling": {
37
- "files": "test/*_test.js",
+ "files": "test/test.*.js",
38
"browsers": [
39
"iexplore/10.0",
40
"iexplore/9.0",
@@ -93,7 +93,6 @@
93
"ipad/6.0",
94
"safari/6.0",
95
"android-browser/4.2"
96
- ],
97
- "harness": "mocha"
+ ]
98
}
99
0 commit comments