Skip to content

Commit 02d47fe

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 a01f670 commit 02d47fe

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,7 @@
5151
"gulp-mocha": "^2.0.0",
5252
"semver": "^4.1.0"
5353
},
54-
"licenses": [
55-
{
56-
"type": "BSD",
57-
"url": "http://github.com/estools/escodegen/raw/master/LICENSE.BSD"
58-
}
59-
],
54+
"license": "BSD-2-Clause",
6055
"scripts": {
6156
"test": "gulp travis",
6257
"unit-test": "gulp test",

0 commit comments

Comments
 (0)