Skip to content

Commit 95da915

Browse files
author
Isaac Shapira
committed
Merge pull request #8 from CapillarySoftware/Fresheyeball-patch-2
Fixed dependencies erroneously marked 'dev'
2 parents 277130f + c2db822 commit 95da915

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

bower.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
],
1414
"license": "MIT",
1515
"dependencies": {
16-
"mocha": "~1.21.4"
16+
"mocha": "~1.21.4",
17+
"purescript-oo-ffi": "~0.0.4",
18+
"purescript-context": "~0.0.3"
1719
},
1820
"ignore": [
1921
"**/.*",
@@ -23,9 +25,5 @@
2325
"bower.json",
2426
"Gruntfile.js",
2527
"package.json"
26-
],
27-
"devDependencies": {
28-
"purescript-oo-ffi": "~0.0.4",
29-
"purescript-context": "~0.0.3"
30-
}
28+
]
3129
}

0 commit comments

Comments
 (0)