Skip to content

Commit

Permalink
released v1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 7, 2022
1 parent b5119e5 commit 6c85c47
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core/package.json
@@ -1,6 +1,6 @@
{
"name": "@kkt/ncc",
"version": "1.0.9",
"version": "1.0.10",
"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
@@ -1,6 +1,6 @@
{
"name": "@template/bundle-node",
"version": "1.0.9",
"version": "1.0.10",
"description": "",
"private": true,
"scripts": {
Expand All @@ -20,7 +20,7 @@
"@types/hapi__hapi": "~20.0.10"
},
"devDependencies": {
"@kkt/ncc": "1.0.9"
"@kkt/ncc": "1.0.10"
},
"eslintConfig": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions examples/bundle/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/bundle",
"version": "1.0.9",
"version": "1.0.10",
"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.9",
"@kkt/ncc": "1.0.10",
"kkt": "~7.1.5"
},
"eslintConfig": {
Expand Down
4 changes: 2 additions & 2 deletions lerna.json
@@ -1,13 +1,13 @@
{
"version": "independent",
"version": "1.0.10",
"packages": ["core", "examples/*"],
"command": {
"create": {
"homepage": "https://github.com/kktjs/kkt",
"license": "MIT"
},
"version": {
"allowBranch": "master",
"allowBranch": "main",
"exact": true,
"message": "chore(release): %s"
},
Expand Down

0 comments on commit 6c85c47

Please sign in to comment.