bloody-curry
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -7,6 +7,3 @@ { | ||
}, | ||
"devDependencies": { | ||
"tape": "~2.3.2" | ||
}, | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"main": "index.js", | ||
@@ -16,5 +13,4 @@ "directories": { | ||
}, | ||
"dependencies": { | ||
"tape": "~2.3.2", | ||
"coverify": "~1.0.6" | ||
"devDependencies": { | ||
"tape": "~2.3.2" | ||
}, | ||
@@ -30,3 +26,42 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/bloodyowl/curry" | ||
"homepage": "https://github.com/bloodyowl/curry", | ||
"testling": { | ||
"files": "test/*.js", | ||
"browsers": { | ||
"ie": [ | ||
6, | ||
7, | ||
8, | ||
9 | ||
], | ||
"firefox": [ | ||
22, | ||
23, | ||
24, | ||
25 | ||
], | ||
"chrome": [ | ||
28, | ||
29, | ||
30, | ||
31 | ||
], | ||
"safari": [ | ||
4, | ||
5.1, | ||
6 | ||
], | ||
"opera": [ | ||
10, | ||
11, | ||
12 | ||
], | ||
"iphone": [ | ||
6 | ||
], | ||
"ipad": [ | ||
6 | ||
] | ||
} | ||
} | ||
} |
@@ -5,2 +5,5 @@ # curry.js | ||
[![browser support](https://ci.testling.com/bloodyowl/curry.png) | ||
](https://ci.testling.com/bloodyowl/curry) | ||
simple currying script | ||
@@ -7,0 +10,0 @@ |
4886
0
33
- Removedcoverify@~1.0.6
- Removedtape@~2.3.2
- Removedcoverify@1.0.7(transitive)
- Removeddeep-equal@0.1.2(transitive)
- Removeddefined@0.0.0(transitive)
- Removedduplexer@0.1.2(transitive)
- Removedfalafel@0.3.1(transitive)
- Removedinherits@2.0.4(transitive)
- Removedjsonify@0.0.1(transitive)
- Removedminimist@0.0.10(transitive)
- Removedresumer@0.0.0(transitive)
- Removedsplit@0.2.10(transitive)
- Removedstream-combiner@0.0.4(transitive)
- Removedtape@2.3.3(transitive)
- Removedthrough@2.3.8(transitive)