Skip to content

Commit f3bc484

Browse files
authored
add missing upgrade files to publish
1 parent 685f67a commit f3bc484

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lastui/rocker",
3-
"version": "0.20.8",
3+
"version": "0.20.9",
44
"license": "Apache-2.0",
55
"author": "[email protected]",
66
"homepage": "https://github.com/lastui/rocker#readme",
@@ -26,6 +26,7 @@
2626
"cli/commands/lint.js",
2727
"cli/commands/start.js",
2828
"cli/commands/test.js",
29+
"cli/commands/upgrade.js",
2930
"cli/helpers/eslint.mjs",
3031
"cli/helpers/io.mjs",
3132
"cli/helpers/jest.mjs",
@@ -34,6 +35,7 @@
3435
"cli/helpers/prettier.mjs",
3536
"cli/helpers/shell.mjs",
3637
"cli/helpers/stylelint.mjs",
38+
"cli/helpers/upgrade.mjs",
3739
"cli/helpers/webpack.mjs",
3840
"cli/index.js",
3941
"jest/__mocks__/platform.js",

0 commit comments

Comments
 (0)