Skip to content

Commit 41d8f07

Browse files
committed
Remove the version number from package.json
1 parent 2834912 commit 41d8f07

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
2424
- run: npm i
2525
- run: npm version $RELEASE_VERSION --no-git-tag-version
26-
- run: npm publish --access public
26+
- run: npm publish --access public --tag=latest
2727
env:
2828
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
{
22
"name": "@bref.sh/constructs",
3-
"version": "0.2.0",
43
"main": "dist/index.js",
54
"scripts": {
65
"build": "tsc",
76
"watch": "nodemon --watch src --ext ts,js --exec 'npx esbuild-node-tsc'",
87
"lint": "eslint .",
98
"prettify": "prettier --write --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
10-
"release": "npm publish --access=public --tag=latest",
119
"test": "vitest"
1210
},
1311
"peerDependencies": {

0 commit comments

Comments
 (0)