Skip to content

Commit

Permalink
0.0.3-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgallardo committed Sep 2, 2022
1 parent 475c1b2 commit 349bbec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cabify/package-build",
"version": "0.0.2",
"version": "0.0.3-beta.0",
"description": "Common configuration & scripts for building TS packages with rollup",
"license": "Apache-2.0",
"main": "build.js",
Expand All @@ -17,7 +17,6 @@
"format:check": "prettier --check .",
"typecheck": "echo 'No typecheck to perform'",
"test:ci": "echo 'No test to perform'",

"publish:major": "npm version major",
"publish:minor": "npm version minor",
"publish:patch": "npm version patch",
Expand Down

0 comments on commit 349bbec

Please sign in to comment.