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
5670628570
commit
21d6d62615
|
@ -12,6 +12,6 @@
|
|||
},
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {},
|
||||
"license": "Apache2",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue