mirror of
https://github.com/samsonjs/strftime.git
synced 2026-04-27 14:57:37 +00:00
Update license attribute
specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license http://npm1k.org/
This commit is contained in:
parent
8adfd97924
commit
29111d3bbb
1 changed files with 1 additions and 6 deletions
|
|
@ -28,12 +28,7 @@
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.2.0"
|
"node": ">=0.2.0"
|
||||||
},
|
},
|
||||||
"licenses": [
|
"license": "MIT",
|
||||||
{
|
|
||||||
"type": "MIT",
|
|
||||||
"url": "http://sjs.mit-license.org"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {},
|
"devDependencies": {},
|
||||||
"optionalDependencies": {}
|
"optionalDependencies": {}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue