Skip to content

Commit 687ab3e

Browse files
authored
Merge pull request #441 from VividLemon/main
Removed unnecessary -- and breaking packages
2 parents 9d079da + d4b898c commit 687ab3e

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

.github/workflows/release-please.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
on:
2+
push:
3+
branches:
4+
- main
5+
name: release-please
6+
jobs:
7+
release-please:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: google-github-actions/release-please-action@v3
11+
with:
12+
release-type: node
13+
package-name: release-please-action

babel.config.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,19 @@
3939
"test:lint": "npm run lint",
4040
"test:unit": "vitest",
4141
"publish": "npm publish --tag develop",
42-
"release": "standard-version"
42+
"prepare": "husky install && npm run build"
4343
},
4444
"dependencies": {
45-
"core-js": "3.x.x"
45+
"vue": "3.x.x"
4646
},
4747
"peerDependencies": {
4848
"bootstrap": "5.x.x"
4949
},
5050
"devDependencies": {
51-
"@babel/core": "7.x.x",
52-
"@babel/plugin-transform-runtime": "7.x.x",
53-
"@babel/preset-env": "7.x.x",
5451
"@types/bootstrap": "5.x.x",
5552
"@typescript-eslint/eslint-plugin": "5.x.x",
5653
"@typescript-eslint/parser": "5.x.x",
5754
"@vitejs/plugin-vue": "2.x.x",
58-
"@vue/compiler-sfc": "3.x.x",
5955
"@vue/eslint-config-typescript": "10.x.x",
6056
"@vue/test-utils": "^2.0.0-rc.18",
6157
"eslint": "8.x.x",
@@ -67,14 +63,13 @@
6763
"jsdom": "^19.0.0",
6864
"lint-staged": "12.x.x",
6965
"prettier": "^2.3.2",
66+
"release-please": "^13.18.7",
7067
"rollup-plugin-visualizer": "5.x.x",
7168
"sass": "1.x.x",
72-
"standard-version": "^9.3.2",
7369
"typescript": "4.x.x",
7470
"vite": "2.x.x",
7571
"vite-plugin-dts": "1.x.x",
7672
"vitest": "^0.10.4",
77-
"vue": "3.x.x",
7873
"vue-router": "4.x.x",
7974
"vue-tsc": "^0.37.2"
8075
},

0 commit comments

Comments
 (0)