Skip to content

Commit

Permalink
released v1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 29, 2022
1 parent d863247 commit dbd7b70
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kkt/ncc",
"version": "1.0.13",
"version": "1.0.14",
"description": "Simple CLI for compiling a Node.js module into a single file, together with all its dependencies, gcc-style.",
"author": "Kenny Wong <[email protected]> (https://github.com/jaywcjlove)",
"homepage": "https://kktjs.github.io/ncc",
Expand Down
4 changes: 2 additions & 2 deletions examples/bundle-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/bundle-node",
"version": "1.0.13",
"version": "1.0.14",
"description": "",
"private": true,
"scripts": {
Expand All @@ -20,7 +20,7 @@
"@types/hapi__hapi": "~20.0.10"
},
"devDependencies": {
"@kkt/ncc": "1.0.13"
"@kkt/ncc": "^1.0.14"
},
"eslintConfig": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions examples/bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/bundle",
"version": "1.0.13",
"version": "1.0.14",
"main": "dist/bundle.js",
"module": "src/components/index.js",
"description": "",
Expand All @@ -25,7 +25,7 @@
},
"devDependencies": {
"@kkt/less-modules": "^7.2.0",
"@kkt/ncc": "1.0.13",
"@kkt/ncc": "^1.0.14",
"@types/react": "~17.0.39",
"@types/react-dom": "~17.0.13",
"kkt": "^7.2.0"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.13",
"version": "1.0.14",
"packages": ["core", "examples/*"],
"useWorkspaces": true
}

0 comments on commit dbd7b70

Please sign in to comment.