Skip to content

Commit 0a70265

Browse files
committed
Add license in bower.json
1 parent 3375b0e commit 0a70265

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

bower.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
{
22
"name": "purescript-node-url",
3-
"moduleType": [
4-
"node"
5-
],
3+
"license": "MIT",
64
"ignore": [
75
"**/.*",
86
"node_modules",
97
"bower_components",
108
"output"
119
],
12-
"repository": {
13-
"type": "git",
14-
"url": "git://github.com/purescript-node/purescript-node-url.git"
10+
"repository": {
11+
"type": "git",
12+
"url": "git://github.com/purescript-node/purescript-node-url.git"
1513
},
1614
"devDependencies": {
1715
"purescript-console": "^0.1.0"

0 commit comments

Comments
 (0)