1
0
mirror of https://github.com/niklasvh/html2canvas.git synced 2023-08-10 21:13:10 +03:00

update standard-release ()

This commit is contained in:
MoyuScript 2020-08-08 16:45:26 +08:00
parent 8e7481210e
commit b94f87af24
3 changed files with 789 additions and 830 deletions

@ -23,7 +23,7 @@ jobs:
git config user.name "CI"
git config user.email "niklasvh@gmail.com"
- name: Create release
run: npm run release -- --preset eslint --${{ github.event.inputs.version }}
run: npm run release -- --preset eslint --release-as ${{ github.event.inputs.version }}
- name: Print details
run: |
cat package.json

1615
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -80,7 +80,7 @@
"rollup-plugin-typescript2": "^0.21.0",
"serve-index": "^1.9.1",
"slash": "1.0.0",
"standard-version": "^5.0.2",
"standard-version": "^8.0.2",
"ts-jest": "^24.1.0",
"ts-loader": "^5.3.3",
"ts-node": "^8.0.3",