We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 653eec0 commit 32cb860Copy full SHA for 32cb860
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pretty-checkbox",
3
- "version": "3.0.0",
+ "version": "3.0.1",
4
"description": "A pure css library to beautify checkbox and radio buttons.",
5
"main": "dist/pretty.min.css",
6
"scripts": {
@@ -9,7 +9,7 @@
9
"format": "gulp css:format",
10
"build": "gulp build",
11
"ci": "npm run build && git add dist -f && git commit -m \"build(release): auto build [ci skip]\"",
12
- "release": "corp-semantic-release -- --branch master",
+ "release": "corp-semantic-release",
13
"log": "conventional-github-releaser -p angular -r 0"
14
},
15
"dependencies": {},
0 commit comments