Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
chore(build): Using standard-version (#120)
Browse files Browse the repository at this point in the history
Utilize standard-version to create changelog
  • Loading branch information
KnisterPeter committed May 28, 2016
1 parent b3d0d65 commit 3182fa0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
[![David](https://img.shields.io/david/dev/KnisterPeter/react-to-typescript-definitions.svg)](https://david-dm.org/KnisterPeter/react-to-typescript-definitions#info=devDependencies&view=table)
[![npm](https://img.shields.io/npm/v/react-to-typescript-definitions.svg)](https://www.npmjs.com/package/react-to-typescript-definitions)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Standard Version](https://img.shields.io/badge/release-standard%20version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version)

Create typescript definitions files (d.ts) from react components.

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@
"test": "nyc --reporter lcov ./node_modules/.bin/mocha --recursive tests --all",
"coverage": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -w",
"preversion": "npm test",
"version": "npm run build && conventional-changelog -p angular -v -r 0 > CHANGELOG.md && git add -A .",
"postversion": "git push && git push --tags",
"prepublish": "not-in-install && npm run build || echo 'In install cycle, skipping prepublish'"
"prerelease": "npm test && npm run build",
"release": "standard-version",
"postrelease": "git --follow-tags push origin master && npm publish"
},
"author": {
"name": "Markus Wolf",
Expand All @@ -49,6 +48,7 @@
"mocha": "2.5.3",
"nyc": "6.4.4",
"react": "15.1.0",
"standard-version": "2.2.1",
"tslint": "3.10.2",
"typescript": "1.8.10"
},
Expand Down

0 comments on commit 3182fa0

Please sign in to comment.