Skip to content

Commit

Permalink
Merge branch 'release/4.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomejerry committed Mar 17, 2017
2 parents 604c49b + 7e7f440 commit b275a10
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 179 deletions.
3 changes: 1 addition & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"presets": ["es2015", "react"],
"plugins": ["transform-class-properties"]
"presets": ["react-native"]
}
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-qrcode-svg",
"version": "4.0.0",
"version": "4.0.1",
"description": "A QR Code generator for React Native based on react-native-svg and javascript-qrcode.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -33,9 +33,7 @@
},
"devDependencies": {
"babel-jest": "^19.0.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-react-native": "^1.9.1",
"jest": "^19.0.2",
"publish": "^0.6.0",
"react": "^15.4.2",
Expand Down
Loading

0 comments on commit b275a10

Please sign in to comment.