diff --git a/example/bundle-node/package.json b/example/bundle-node/package.json index 355b9789..f91d669d 100644 --- a/example/bundle-node/package.json +++ b/example/bundle-node/package.json @@ -20,7 +20,7 @@ "@types/hapi__hapi": "20.0.10" }, "devDependencies": { - "@kkt/ncc": "1.0.7" + "@kkt/ncc": "1.0.8" }, "eslintConfig": { "extends": [ diff --git a/example/bundle/package.json b/example/bundle/package.json index caf41952..b550e784 100644 --- a/example/bundle/package.json +++ b/example/bundle/package.json @@ -24,7 +24,7 @@ }, "devDependencies": { "@kkt/less-modules": "7.1.1", - "@kkt/ncc": "1.0.7", + "@kkt/ncc": "1.0.8", "kkt": "7.1.5" }, "eslintConfig": { diff --git a/packages/ncc/package.json b/packages/ncc/package.json index b8489543..9ed85acb 100644 --- a/packages/ncc/package.json +++ b/packages/ncc/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/ncc", - "version": "1.0.7", + "version": "1.0.8", "description": "Simple CLI for compiling a Node.js module into a single file, together with all its dependencies, gcc-style.", "author": "Kenny Wong (https://github.com/jaywcjlove)", "repository": "https://github.com/kktjs/kkt/tree/master/packages/ncc",