We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ed7a6 commit b09b376Copy full SHA for b09b376
bower.json
@@ -1,20 +1,20 @@
1
{
2
"name": "purescript-node-path",
3
- "version": "0.0.0",
+ "homepage": "https://github.com/purescript-contrib/purescript-node-path",
4
"description": "Type declarations for Node's Path module",
5
"keywords": [
6
"purescript"
7
],
8
"license": "MIT",
9
"ignore": [
10
"**/.*",
11
- "node_modules",
12
"bower_components",
13
- "externs",
14
- "js",
15
- "tmp"
16
- ],
17
- "devDependencies": {
18
- "purescript-exceptions": "*"
19
- }
+ "node_modules",
+ "output",
+ "tests",
+ "tmp",
+ "bower.json",
+ "Gruntfile.js",
+ "package.json"
+ ]
20
}
0 commit comments