Skip to content

Commit

Permalink
released v1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 7, 2022
1 parent a52ab2e commit 3d6e802
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.10",
"version": "1.0.11",
"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
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.10",
"version": "1.0.11",
"description": "",
"private": true,
"scripts": {
Expand All @@ -20,7 +20,7 @@
"@types/hapi__hapi": "~20.0.10"
},
"devDependencies": {
"@kkt/ncc": "1.0.10"
"@kkt/ncc": "1.0.11"
},
"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.10",
"version": "1.0.11",
"main": "dist/bundle.js",
"module": "src/components/index.js",
"description": "",
Expand All @@ -25,7 +25,7 @@
},
"devDependencies": {
"@kkt/less-modules": "~7.1.1",
"@kkt/ncc": "1.0.10",
"@kkt/ncc": "1.0.11",
"kkt": "~7.1.5"
},
"eslintConfig": {
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.10",
"version": "1.0.11",
"packages": ["core", "examples/*"],
"command": {
"create": {
Expand Down

0 comments on commit 3d6e802

Please sign in to comment.