Skip to content

Commit 349bbec

Browse files
committed
0.0.3-beta.0
1 parent 475c1b2 commit 349bbec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cabify/package-build",
3-
"version": "0.0.2",
3+
"version": "0.0.3-beta.0",
44
"description": "Common configuration & scripts for building TS packages with rollup",
55
"license": "Apache-2.0",
66
"main": "build.js",
@@ -17,7 +17,6 @@
1717
"format:check": "prettier --check .",
1818
"typecheck": "echo 'No typecheck to perform'",
1919
"test:ci": "echo 'No test to perform'",
20-
2120
"publish:major": "npm version major",
2221
"publish:minor": "npm version minor",
2322
"publish:patch": "npm version patch",

0 commit comments

Comments
 (0)