Skip to content

Commit e9be5f7

Browse files
committed
use license instead of deprecated licenses
ref. https://github.com/npm/npm/releases/tag/v2.10.0
1 parent cdc624d commit e9be5f7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@
1414
"type": "git",
1515
"url": "https://github.com/RReverser/acorn-jsx"
1616
},
17-
"licenses": [
18-
{
19-
"type": "MIT",
20-
"url": "https://raw.githubusercontent.com/RReverser/acorn-jsx/master/LICENSE"
21-
}
22-
],
17+
"license": "MIT",
2318
"scripts": {
2419
"test": "node test/run.js"
2520
},

0 commit comments

Comments
 (0)