Skip to content

Commit cfeed4f

Browse files
committed
chore(deps): add standard-version
1 parent a7babab commit cfeed4f

File tree

2 files changed

+1296
-14
lines changed

2 files changed

+1296
-14
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"vue-telemetry-analyzer": "bin/vta.js"
99
},
1010
"scripts": {
11-
"test": "echo \"Error: no test specified\" && exit 1"
11+
"test": "echo \"Error: no test specified\" && exit 1",
12+
"release": "standard-version && git push --follow-tags && npm publish"
1213
},
1314
"keywords": [
1415
"vue",
@@ -28,6 +29,7 @@
2829
"yargs": "^15.3.1"
2930
},
3031
"devDependencies": {
31-
"puppeteer": "^3.3.0"
32+
"puppeteer": "^3.3.0",
33+
"standard-version": "^8.0.0"
3234
}
33-
}
35+
}

0 commit comments

Comments
 (0)