@picgo/bump-version
Advanced tools
@@ -0,1 +1,12 @@ | ||
## :tada: 1.0.1 (2019-04-09) | ||
### :bug: Bug Fixes | ||
* npm test command missed ([0c5301f](https://github.com/PicGo/bump-version/commit/0c5301f)) | ||
* symbolic links bug ([1a95111](https://github.com/PicGo/bump-version/commit/1a95111)) | ||
* travis yarn test bug ([77e97d4](https://github.com/PicGo/bump-version/commit/77e97d4)) | ||
# :tada: 1.0.0 (2019-04-09) | ||
@@ -2,0 +13,0 @@ |
{ | ||
"name": "@picgo/bump-version", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
"main": "index.js", | ||
"bin": { | ||
"bump-version": ".bin/bump-version" | ||
"bump-version": "./bin/bump-version" | ||
}, | ||
@@ -15,3 +15,3 @@ "publishConfig": { | ||
"cz": "git-cz", | ||
"release": "node ./.bin/bump-version", | ||
"release": "node ./bin/bump-version", | ||
"lint": "eslint --ext .js -f ./node_modules/eslint-friendly-formatter .", | ||
@@ -30,4 +30,4 @@ "lint:fix": "eslint --ext .js -f ./node_modules/eslint-friendly-formatter --fix ." | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"author": "Molunerfinn", | ||
"license": "MIT", | ||
"bugs": { | ||
@@ -34,0 +34,0 @@ "url": "https://github.com/PicGo/bump-version/issues" |
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
160984
0.21%0
-100%