Skip to content

Commit

Permalink
released v5.0.0-alpha.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 13, 2019
1 parent a69fad3 commit e1179f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions example/react-component-tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"scripts": {
"prepare": "npm run build",
"released": "npm run build && npm run doc",
"doc": "ENTRYDIR=website kkt build",
"doc:dev": "ENTRYDIR=website kkt start",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kkt",
"version": "5.0.0-alpha.9",
"version": "5.0.0-alpha.10",
"description": "Create React apps with no build configuration, Cli tool for creating react apps.",
"author": "Kenny Wong <wowohoo@qq.com> (https://github.com/jaywcjlove)",
"scripts": {
Expand Down

0 comments on commit e1179f1

Please sign in to comment.