Skip to content

Commit

Permalink
released v1.0.8 (ncc)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 25, 2022
1 parent 7bf74e3 commit 0625992
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/bundle-node/package.json
Expand Up @@ -20,7 +20,7 @@
"@types/hapi__hapi": "20.0.10"
},
"devDependencies": {
"@kkt/ncc": "1.0.7"
"@kkt/ncc": "1.0.8"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion example/bundle/package.json
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion 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 <wowohoo@qq.com> (https://github.com/jaywcjlove)",
"repository": "https://github.com/kktjs/kkt/tree/master/packages/ncc",
Expand Down

0 comments on commit 0625992

Please sign in to comment.