Skip to content

Commit

Permalink
Merge pull request #178 from Codeminer42/fix-babel
Browse files Browse the repository at this point in the history
[hotfix: 1.4.1] Move babel-preset-airbnb to dependencies in package.json
  • Loading branch information
andrerpbts authored May 24, 2017
2 parents 9dc0ac2 + bec10b0 commit c075d0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [1.4.1] - 2017-05-24
### Fixed
- Move "babel-preset-airbnb" outside devDependencies in package.json

## [1.4.0] - 2017-05-23
### Added
- tag group form
Expand Down Expand Up @@ -84,7 +88,7 @@
The format is based on [Keep a Changelog](http://keepachangelog.com)
and this project adheres to [Semantic Versioning](http://semver.org).

[Unreleased]: https://github.com/Codeminer42/cm42-central/compare/v1.4.0...HEAD
[Unreleased]: https://github.com/Codeminer42/cm42-central/compare/v1.4.1...HEAD
[1.0.0]: https://github.com/Codeminer42/cm42-central/tree/v1.0.0
[1.1.0]: https://github.com/Codeminer42/cm42-central/tree/v1.1.0
[1.1.1]: https://github.com/Codeminer42/cm42-central/tree/v1.1.1
Expand All @@ -93,3 +97,4 @@ and this project adheres to [Semantic Versioning](http://semver.org).
[1.2.0]: https://github.com/Codeminer42/cm42-central/tree/v1.2.0
[1.3.0]: https://github.com/Codeminer42/cm42-central/tree/v1.3.0
[1.4.0]: https://github.com/Codeminer42/cm42-central/tree/v1.4.0
[1.4.1]: https://github.com/Codeminer42/cm42-central/tree/v1.4.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"dependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-airbnb": "^2.2.3",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"backbone": "^1.3.3",
Expand Down Expand Up @@ -44,7 +45,6 @@
},
"devDependencies": {
"babel-plugin-istanbul": "^3.1.2",
"babel-preset-airbnb": "^2.2.3",
"coveralls": "^2.11.14",
"enzyme": "^2.7.1",
"jasmine-core": "^2.5.1",
Expand Down

0 comments on commit c075d0d

Please sign in to comment.