Skip to content

Commit eeb479b

Browse files
committed
chore(deps): add standard-version
1 parent b7875c2 commit eeb479b

File tree

2 files changed

+554
-16
lines changed

2 files changed

+554
-16
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "jest",
8-
"lint": "eslint --ext .js index.js config.js lib __tests__ cypress"
8+
"lint": "eslint --ext .js index.js config.js lib __tests__ cypress",
9+
"release": "standard-version"
910
},
1011
"repository": {
1112
"type": "git",
@@ -34,6 +35,7 @@
3435
"eslint-config-airbnb-base": "^12.1.0",
3536
"eslint-plugin-cypress": "^2.0.1",
3637
"eslint-plugin-import": "^2.12.0",
37-
"jest": "^23.1.0"
38+
"jest": "^23.1.0",
39+
"standard-version": "^4.4.0"
3840
}
3941
}

0 commit comments

Comments
 (0)