Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
chore(release): v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Jul 31, 2016
1 parent 1ae268c commit d3e629b
Showing 1 changed file with 32 additions and 34 deletions.
66 changes: 32 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,33 @@
{
"name": "broccoli-version",
"version": "0.1.0",
"description": "Broccoli plugin for incrementing version numbers in .json files",
"main": "lib/index.js",
"scripts": {
"test": "mocha test/specs",

"preversion": "npm test",
"postversion": "git add CHANGELOG.md && git push && git push --tags",

"release-major": "changelog -M && npm version major -m \"chore(release): v%s\"",
"release-minor": "changelog -m && npm version minor -m \"chore(release): v%s\"",
"release-patch": "changelog -p && npm version patch -m \"chore(release): v%s\""
},
"repository": "https://github.com/stfsy/broccoli-version.git",
"keywords": [
"broccoli-plugin"
],
"author": "Stefan Pfaffel",
"license": "MIT",
"bugs": {
"url": "https://github.com/stfsy/broccoli-version/issues"
},
"homepage": "https://github.com/stfsy/broccoli-version#readme",
"dependencies": {
"broccoli-plugin": "^1.2.1",
"fs-promise": "^0.5.0"
},
"devDependencies": {
"chai": "^3.5.0",
"generate-changelog": "^1.0.2",
"mocha": "^2.5.3"
}
}
"name": "broccoli-version",
"version": "0.1.1",
"description": "Broccoli plugin for incrementing version numbers in .json files",
"main": "lib/index.js",
"scripts": {
"test": "mocha test/specs",
"preversion": "npm test",
"postversion": "git add CHANGELOG.md && git push && git push --tags",
"release-major": "changelog -M && npm version major -m \"chore(release): v%s\"",
"release-minor": "changelog -m && npm version minor -m \"chore(release): v%s\"",
"release-patch": "changelog -p && npm version patch -m \"chore(release): v%s\""
},
"repository": "https://github.com/stfsy/broccoli-version.git",
"keywords": [
"broccoli-plugin"
],
"author": "Stefan Pfaffel",
"license": "MIT",
"bugs": {
"url": "https://github.com/stfsy/broccoli-version/issues"
},
"homepage": "https://github.com/stfsy/broccoli-version#readme",
"dependencies": {
"broccoli-plugin": "^1.2.1",
"fs-promise": "^0.5.0"
},
"devDependencies": {
"chai": "^3.5.0",
"generate-changelog": "^1.0.2",
"mocha": "^2.5.3"
}
}

0 comments on commit d3e629b

Please sign in to comment.