We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f483e4 commit e754d69Copy full SHA for e754d69
bower.json
@@ -6,18 +6,18 @@
6
"purescript"
7
],
8
"license": "MIT",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git://github.com/purescript/purescript-prelude.git"
12
+ },
13
"ignore": [
14
"**/.*",
15
"bower_components",
16
"node_modules",
17
"output",
- "tmp",
18
+ "test",
19
"bower.json",
20
"gulpfile.js",
21
"package.json"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/purescript/purescript-prelude.git"
22
- }
+ ]
23
}
0 commit comments