Skip to content

Commit cf1f48d

Browse files
committed
update bower.json
1 parent 29c5bc5 commit cf1f48d

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

bower.json

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
{
22
"name": "purescript-web-pointerevents",
3-
"homepage": "https://github.com/gbagan/purescript-web-pointerevents",
4-
"license": "MIT",
3+
"license": [
4+
"MIT"
5+
],
56
"repository": {
6-
"type": "git",
7-
"url": "https://github.com/gbagan/purescript-web-pointerevents.git"
7+
"type": "git",
8+
"url": "https://github.com/gbagan/purescript-web-pointerevents"
89
},
910
"ignore": [
10-
"**/.*",
11-
"bower_components",
12-
"node_modules",
13-
"output",
14-
"bower.json",
15-
"package.json"
11+
"**/.*",
12+
"node_modules",
13+
"bower_components",
14+
"output"
1615
],
1716
"dependencies": {
18-
"purescript-web-dom": "^6.0.0",
19-
"purescript-web-uievents": "^4.0.0"
17+
"purescript-effect": "^v4.0.0",
18+
"purescript-maybe": "^v6.0.0",
19+
"purescript-prelude": "^v6.0.0",
20+
"purescript-web-dom": "^v6.0.0",
21+
"purescript-web-uievents": "^v4.0.0"
2022
}
21-
}
23+
}

0 commit comments

Comments
 (0)