Add lib to cleanup, use the right License code
This commit is contained in:
parent
f16db6afa8
commit
c5d737da69
@ -7,7 +7,7 @@
|
|||||||
"files": ["dist", "lib", "src"],
|
"files": ["dist", "lib", "src"],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint src",
|
"lint": "eslint src",
|
||||||
"clean": "rimraf dist",
|
"clean": "rimraf dist lib",
|
||||||
"build:lib": "NODE_ENV=production babel src --presets=\"stage-0,es2015\" --out-dir lib",
|
"build:lib": "NODE_ENV=production babel src --presets=\"stage-0,es2015\" --out-dir lib",
|
||||||
"build:umd": "npm run build:lib && NODE_ENV=production rollup -c",
|
"build:umd": "npm run build:lib && NODE_ENV=production rollup -c",
|
||||||
"build:umd:min":
|
"build:umd:min":
|
||||||
@ -23,7 +23,7 @@
|
|||||||
},
|
},
|
||||||
"keywords": ["javascript"],
|
"keywords": ["javascript"],
|
||||||
"author": "Timothy Farrell <tim@thecookiejar.me> (https://github.com/explorigin)",
|
"author": "Timothy Farrell <tim@thecookiejar.me> (https://github.com/explorigin)",
|
||||||
"license": "Apache 2.0",
|
"license": "Apache-2.0",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://gitlab.com/explorigin/trimkit/issues"
|
"url": "https://gitlab.com/explorigin/trimkit/issues"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user