Skip to content

Commit 7048f27

Browse files
committed
Update license attribute
specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license http://npm1k.org/
1 parent 92e8a62 commit 7048f27

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@
3636
"url" : "https://github.com/dreamerslab/node.inflection.git"
3737
},
3838
"engines" : [ "node >= 0.4.0" ],
39-
"licenses": [{
40-
"type": "MIT",
41-
"url" : "http://en.wikipedia.org/wiki/MIT_License"
42-
}],
39+
"license": "MIT",
4340
"scripts": {
4441
"test" : "mocha -R spec"
4542
}

0 commit comments

Comments
 (0)