From c5d737da69c451c82ae5e86c83494a040d2ee217 Mon Sep 17 00:00:00 2001 From: Timothy Farrell Date: Tue, 27 Dec 2016 15:31:04 -0600 Subject: [PATCH] Add lib to cleanup, use the right License code --- packages/trimkit/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/trimkit/package.json b/packages/trimkit/package.json index df90248..584094a 100644 --- a/packages/trimkit/package.json +++ b/packages/trimkit/package.json @@ -7,7 +7,7 @@ "files": ["dist", "lib", "src"], "scripts": { "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:umd": "npm run build:lib && NODE_ENV=production rollup -c", "build:umd:min": @@ -23,7 +23,7 @@ }, "keywords": ["javascript"], "author": "Timothy Farrell (https://github.com/explorigin)", - "license": "Apache 2.0", + "license": "Apache-2.0", "bugs": { "url": "https://gitlab.com/explorigin/trimkit/issues" },