Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit 0920924

Browse files
committed
Removed Babel configuration from package.json
1 parent 392e640 commit 0920924

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
2121
### Security
2222
- Nothing
2323

24+
## 0.2.1 - 2016-06-04
25+
26+
### Removed
27+
- Babel configuration from `package.json`
28+
2429
## 0.2.0 - 2016-06-04
2530

2631
### Added

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@
2626
"prelink": "node_modules/react-native-heyzap/hooks/downloadHeyzapJar.js"
2727
}
2828
},
29-
"babel": {
30-
"presets": [
31-
"react-native"
32-
]
33-
},
3429
"license": "MIT",
3530
"bugs": {
3631
"url": "https://github.com/react-native-contrib/react-native-heyzap/issues"
@@ -54,7 +49,6 @@
5449
"babel-core": "^6.9.1",
5550
"babel-eslint": "^6.0.4",
5651
"babel-preset-es2015": "^6.9.0",
57-
"babel-preset-react": "^6.5.0",
5852
"babel-preset-react-native": "^1.9.0",
5953
"chai": "^3.5.0",
6054
"enzyme": "^2.3.0",

0 commit comments

Comments
 (0)