We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7875c2 commit eeb479bCopy full SHA for eeb479b
package.json
@@ -5,7 +5,8 @@
5
"main": "index.js",
6
"scripts": {
7
"test": "jest",
8
- "lint": "eslint --ext .js index.js config.js lib __tests__ cypress"
+ "lint": "eslint --ext .js index.js config.js lib __tests__ cypress",
9
+ "release": "standard-version"
10
},
11
"repository": {
12
"type": "git",
@@ -34,6 +35,7 @@
34
35
"eslint-config-airbnb-base": "^12.1.0",
36
"eslint-plugin-cypress": "^2.0.1",
37
"eslint-plugin-import": "^2.12.0",
- "jest": "^23.1.0"
38
+ "jest": "^23.1.0",
39
+ "standard-version": "^4.4.0"
40
}
41
0 commit comments