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 bb5bc06 commit ab4ae7bCopy full SHA for ab4ae7b
package.json
@@ -8,6 +8,7 @@
8
"dev": "node build/dev-server.js",
9
"build": "node build/build.js",
10
"unit": "karma start test/unit/karma.conf.js --single-run",
11
+ "release": "semantic-release",
12
"test": "npm run unit",
13
"lint:fix": "eslint --ext .js,.vue Clock.vue test/unit/specs --fix"
14
},
@@ -74,6 +75,7 @@
74
75
"opn": "^4.0.2",
76
"ora": "^0.3.0",
77
"phantomjs-prebuilt": "^2.1.3",
78
+ "semantic-release": "^15.9.17",
79
"semver": "^5.3.0",
80
"shelljs": "^0.7.4",
81
"sinon": "^2.1.0",
0 commit comments