Skip to content

Commit 15707bd

Browse files
committed
chore: add standard-version
1 parent f25f105 commit 15707bd

File tree

2 files changed

+1013
-25
lines changed

2 files changed

+1013
-25
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "src/index.js",
66
"scripts": {
77
"test": "npm run lint && npm run unit",
8+
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
89
"unit": "jest",
910
"lint": "eslint src"
1011
},
@@ -28,16 +29,17 @@
2829
},
2930
"homepage": "https://prismic-nuxt.js.org",
3031
"dependencies": {
32+
"@prismicio/vue": "^2.0.7",
3133
"consola": "^2.14.0",
3234
"prismic-dom": "^2.2.3",
33-
"prismic-javascript": "^3.0.1",
34-
"@prismicio/vue": "^2.0.7"
35+
"prismic-javascript": "^3.0.1"
3536
},
3637
"devDependencies": {
3738
"eslint": "^7.4.0",
3839
"eslint-config-airbnb-base": "^14.2.0",
3940
"eslint-plugin-import": "^2.22.0",
40-
"jest": "^26.1.0"
41+
"jest": "^26.1.0",
42+
"standard-version": "^8.0.2"
4143
},
4244
"engines": {
4345
"node": ">= 8.0.0"

0 commit comments

Comments
 (0)