8000 Update license attribute · github4f/node-cron@7ce8b91 · GitHub < 8000 body class="logged-out env-production page-responsive" style="word-wrap: break-word;">
Skip to content

Commit 7ce8b91

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 ca5f6b5 commit 7ce8b91

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
@@ -21,12 +21,7 @@
2121
"nodeunit": ">=0.5.4",
2222
"sinon": "~1.12.x"
2323
},
24-
"licenses": [
25-
{
26-
"type": "MIT",
27-
"url": "http://www.opensource.org/licenses/mit-license.php"
28-
}
29-
],
24+
"license": "MIT",
3025
"contributors": [
3126
"Romain Beauxis <toots@rastageeks.org> (https://github.com/toots)",
3227
"James Padolsey <> (https://github.com/jamespadolsey)",

0 commit comments

Comments
 (0)
0