Skip to content

Commit b09b376

Browse files
committed
Update bower.json
1 parent 11ed7a6 commit b09b376

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Diff for: bower.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "purescript-node-path",
3-
"version": "0.0.0",
3+
"homepage": "https://github.com/purescript-contrib/purescript-node-path",
44
"description": "Type declarations for Node's Path module",
55
"keywords": [
66
"purescript"
77
],
88
"license": "MIT",
99
"ignore": [
1010
"**/.*",
11-
"node_modules",
1211
"bower_components",
13-
"externs",
14-
"js",
15-
"tmp"
16-
],
17-
"devDependencies": {
18-
"purescript-exceptions": "*"
19-
}
12+
"node_modules",
13+
"output",
14+
"tests",
15+
"tmp",
16+
"bower.json",
17+
"Gruntfile.js",
18+
"package.json"
19+
]
2020
}

0 commit comments

Comments
 (0)