Skip to content

Commit

Permalink
fix(packages.json): Fake fix: need a first push for trigger coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoGentile committed May 9, 2017
1 parent 93f5330 commit d96f1d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,6 @@ Check the [doc](https://github.com/oliviertassinari/babel-plugin-transform-react
- Thanks to egghead.io for the nice tips about open source development on their [free course](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github)
- Thanks to [Olivier Tassinari](https://github.com/oliviertassinari) for the [fast fix](https://github.com/oliviertassinari/babel-plugin-transform-react-remove-prop-types/issues/106) and suggestion needed by this package
- Special thanks to [Thomas Roch](https://github.com/troch) for the awesome [router5](https://github.com/router5/router5) ecosystem




9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@
"presets": [
"react",
"stage-0",
["es2015", { "modules": false }]
[
"es2015",
{
"modules": false
}
]
],
"plugins": [
"transform-decorators-legacy",
Expand Down Expand Up @@ -83,7 +88,7 @@
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"router5": "~4.5.2",
"semantic-release": "^6.3.2",
"semantic-release": "^6.3.6",
"semantic-release-conventional-commits": "1.0.2",
"sinon": "^2.0.0-pre.3",
"sinon-chai": "^2.9.0"
Expand Down

0 comments on commit d96f1d7

Please sign in to comment.