Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit cfa9cbe

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 6dc2d5c commit cfa9cbe

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
@@ -12,12 +12,7 @@
1212
"type": "git",
1313
"url": "https://github.com/Reactive-Extensions/RxJS.git"
1414
},
15-
"licenses": [
16-
{
17-
"type": "Apache License, Version 2.0",
18-
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
19-
}
20-
],
15+
"license": "Apache-2.0",
2116
"bugs": "https://github.com/Reactive-Extensions/RxJS/issues",
2217
"jam": {
2318
"main": "dist/rx.all.js"

0 commit comments

Comments
 (0)