We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 277130f + c2db822 commit 95da915Copy full SHA for 95da915
1 file changed
bower.json
@@ -13,7 +13,9 @@
13
],
14
"license": "MIT",
15
"dependencies": {
16
- "mocha": "~1.21.4"
+ "mocha": "~1.21.4",
17
+ "purescript-oo-ffi": "~0.0.4",
18
+ "purescript-context": "~0.0.3"
19
},
20
"ignore": [
21
"**/.*",
@@ -23,9 +25,5 @@
23
25
"bower.json",
24
26
"Gruntfile.js",
27
"package.json"
- ],
- "devDependencies": {
28
- "purescript-oo-ffi": "~0.0.4",
29
- "purescript-context": "~0.0.3"
30
- }
+ ]
31
}
0 commit comments