Skip to content

Commit ec847e0

Browse files
committed
Remove unnecessary dependencies
1 parent 8da9dc0 commit ec847e0

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

bower.json

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
{
22
"name": "purescript-react-basic-emotion",
33
"license": "Apache-2.0",
4-
"ignore": ["**/.*", "node_modules", "bower_components", "output"],
4+
"ignore": [
5+
"**/.*",
6+
"node_modules",
7+
"bower_components",
8+
"output"
9+
],
510
"repository": {
611
"type": "git",
712
"url": "git://github.com/lumihq/purescript-react-basic-emotion.git"
813
},
914
"dependencies": {
1015
"purescript-prelude": "^4.1.0",
11-
"purescript-console": "^4.2.0",
12-
"purescript-effect": "^2.0.0",
1316
"purescript-react-basic": "^13.0.0",
14-
"purescript-indexed-monad": "^1.1.0",
1517
"purescript-unsafe-reference": "^3.0.1",
16-
"purescript-aff": "^5.1.1",
17-
"purescript-typelevel-prelude": "^5.0.0",
18-
"purescript-colors": "^5.0.0"
18+
"purescript-colors": "^5.0.0",
19+
"purescript-foreign": "^5.0.0"
1920
},
2021
"devDependencies": {
2122
"purescript-psci-support": "^4.0.0",

0 commit comments

Comments
 (0)