Skip to content

Commit aff44cf

Browse files
committed
>bower.json
1 parent cdb3ce6 commit aff44cf

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

bower.json

+20-17
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
{
2-
"name": "purescript-parsing-repetition",
3-
"keywords": ["pursuit-deprecated"],
4-
"license": [
5-
"MIT"
6-
],
7-
"repository": {
8-
"type": "git",
9-
"url": "https://github.com/markfarrell/purescript-parsing-repetition"
10-
},
11-
"ignore": [
12-
"**/.*",
13-
"node_modules",
14-
"bower_components",
15-
"output"
16-
],
17-
"dependencies": {
18-
}
2+
"name": "purescript-parsing-repetition",
3+
"keywords": [
4+
"pursuit-deprecated"
5+
],
6+
"license": [
7+
"MIT"
8+
],
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/markfarrell/purescript-parsing-repetition"
12+
},
13+
"ignore": [
14+
"**/.*",
15+
"node_modules",
16+
"bower_components",
17+
"output"
18+
],
19+
"dependencies": {
20+
"purescript-parsing": "^7.0.1"
21+
}
1922
}

0 commit comments

Comments
 (0)