We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 475c1b2 commit 349bbecCopy full SHA for 349bbec
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@cabify/package-build",
3
- "version": "0.0.2",
+ "version": "0.0.3-beta.0",
4
"description": "Common configuration & scripts for building TS packages with rollup",
5
"license": "Apache-2.0",
6
"main": "build.js",
@@ -17,7 +17,6 @@
17
"format:check": "prettier --check .",
18
"typecheck": "echo 'No typecheck to perform'",
19
"test:ci": "echo 'No test to perform'",
20
-
21
"publish:major": "npm version major",
22
"publish:minor": "npm version minor",
23
"publish:patch": "npm version patch",
0 commit comments