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 c2e5c80 commit e3fdf85Copy full SHA for e3fdf85
CHANGELOG.md
package.json
@@ -11,8 +11,9 @@
11
"test": "npm run lint && karma start",
12
"build": "npm run scripts",
13
"postbuild": "npm install --progress=false",
14
+ "release": "standard-version",
15
"lint": "standard src/*.js lib/index.js scripts/*.js",
- "scripts": "node scripts/refresh.js && node scripts/build.js"
16
+ "scripts": "node scripts/refresh.js && node scripts/build.js",
17
},
18
"repository": {
19
"type": "git",
@@ -36,6 +37,7 @@
36
37
"power-assert": "^1.4.1",
38
"rimraf": "^2.5.2",
39
"standard": "^7.0.1",
40
+ "standard-version": "^2.2.1",
41
"uglify-js": "^2.6.2"
42
43
"peerDependencies": {
0 commit comments