Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c1c2633

Browse files
bump version
2 parents e28cfc4 + 32cb860 commit c1c2633

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

‎.travis.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ notifications:
99
email: false
1010
before_install:
1111
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
12+
1213
after_success:
1314
- 'if [ ${TRAVIS_PULL_REQUEST} = "false" ]; then
1415
npm run ci;
15-
npm run release -- --branch *;
16+
npm run release;
1617
npm publish --access=public;
1718
npm run log;
1819
fi'

‎package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pretty-checkbox",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A pure css library to beautify checkbox and radio buttons.",
55
"main": "dist/pretty.min.css",
66
"scripts": {
@@ -9,7 +9,7 @@
99
"format": "gulp css:format",
1010
"build": "gulp build",
1111
"ci": "npm run build && git add dist -f && git commit -m \"build(release): auto build [ci skip]\"",
12-
"release": "corp-semantic-release -- --branch master",
12+
"release": "corp-semantic-release",
1313
"log": "conventional-github-releaser -p angular -r 0"
1414
},
1515
"dependencies": {},

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /