Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
PhotoNomad0 committed May 30, 2024
1 parent 6f894e2 commit ae7526e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "word-aligner-rcl",
"version": "1.1.1-beta",
"version": "1.1.1",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"repository": "https://github.com/unfoldingWord/word-aligner-rcl.git",
Expand All @@ -21,7 +21,7 @@
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"prepublishOnly": "rm -rf ./dist && npm run build:dev",
"prepublishOnly": "rm -rf ./dist && npm run build:prod",
"postpublish": "git tag v$npm_package_version && git push origin v$npm_package_version"
},
"files": [
Expand Down

0 comments on commit ae7526e

Please sign in to comment.