Skip to content

Commit bdae2af

Browse files
author
Lucas
committed
init
1 parent 9f65db8 commit bdae2af

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/react-pack/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtree/react-pack",
3-
"version": "0.0.4-alpha.2",
3+
"version": "0.0.4-alpha.1",
44
"description": "Simple tools and ESLint, Prettier configuration for React, Next.js development",
55
"files": [
66
"compiled",
@@ -9,7 +9,10 @@
99
],
1010
"scripts": {
1111
"git:push": "git add . && git commit -m 'init' && git push",
12-
"publish:patch": "npm version patch && npm publish"
12+
"publish:patch": "npm version patch && npm publish",
13+
"publish:alpha": "npm version prerelease --preid alpha && npm publish",
14+
"v:patch": "npm version patch",
15+
"v:alpha": "npm version prerelease --preid alpha"
1316
},
1417
"repository": {
1518
"type": "git",

0 commit comments

Comments
 (0)