Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
cherifGsoul committed Jan 20, 2022
1 parent 0093d90 commit c51b8d8
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,12 +1,12 @@
{
"name": "can-stache-transform",
"version": "0.1.1-0",
"version": "0.1.0",
"description": "Stache Jest transformer",
"main": "index.js",
"scripts": {
"preversion": "npm test",
"version": "git commit -am \"Release\" && git checkout -b release && git add -f .",
"postversion": "git push --tags && git checkout master && git branch -D release && git push",
"postversion": "git push --tags && git checkout main && git branch -D release && git push",
"test": "npm run detect-cycle && npm run lint && npx jest",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
Expand Down

0 comments on commit c51b8d8

Please sign in to comment.