Skip to content

Commit

Permalink
Updated 'jest-twig-transformer' version constraint to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
denniscoorn committed Oct 29, 2019
1 parent 7e6fb08 commit 4122db3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
node-version: 12
registry-url: https://npm.pkg.github.com/
scope: '@leviy'
- run: npm --no-git-tag-version version ${{github.event.release.name}}
- run: npm publish
- run: |
npm --no-git-tag-version version ${{github.event.release.name}}
npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@leviy:registry=https://npm.pkg.github.com
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"homepage": "https://github.com/leviy/jest-preset-default/",
"dependencies": {
"@leviy/jest-twig-transformer": "^1.1",
"@leviy/jest-twig-transformer": "^1.2",
"identity-obj-proxy": "^3.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 4122db3

Please sign in to comment.