Skip to content

Commit ffda60e

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 17b03f9 commit ffda60e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77
"url": "http://driverdan.com"
88
},
99
"keywords": ["xhr", "ajax"],
10-
"licenses": [{
11-
"type": "MIT",
12-
"url": "http://creativecommons.org/licenses/MIT/"
13-
}],
10+
"license": "MIT",
1411
"repository": {
1512
"type": "git",
1613
"url": "git://github.com/driverdan/node-XMLHttpRequest.git"

0 commit comments

Comments
 (0)