Skip to content

Commit 2dceae9

Browse files
author
Igor Canedo
committed
babel plugin as dependencies (stringz babelrc problem)
1 parent 7a2f9ed commit 2dceae9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
"react-native": "^0.47.2"
2525
},
2626
"dependencies": {
27-
"stringz": "0.2.2"
27+
"stringz": "0.2.2",
28+
"babel-plugin-add-module-exports": "0.2.1",
29+
"babel-preset-es2015": "6.24.1"
2830
},
2931
"devDependencies": {
3032
"babel-eslint": "^7.2.3",
3133
"babel-jest": "^20.0.3",
32-
"babel-plugin-add-module-exports": "0.2.1",
33-
"babel-preset-es2015": "^6.24.1",
3434
"babel-preset-react-native": "^2.1.0",
3535
"coveralls": "^2.12.0",
3636
"eslint": "^4.4.1",

sample/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"dependencies": {
1414
"react": "16.0.0-alpha.12",
1515
"react-native": "0.47.2",
16-
"stringz": "0.2.2"
16+
"stringz": "0.2.2",
17+
"babel-plugin-add-module-exports": "0.2.1",
18+
"babel-preset-es2015": "6.24.1"
1719
},
1820
"devDependencies": {
1921
"babel-jest": "^20.0.3",
2022
"babel-preset-react-native": "^2.1.0",
21-
"babel-preset-es2015": "^6.24.1",
22-
"babel-plugin-add-module-exports": "0.2.1",
2323
"jest": "^20.0.4",
2424
"react-test-renderer": "16.0.0-alpha.12",
2525
"sync-files": "1.0.3"

sample/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ babel-preset-es2015-node@^6.1.1:
700700
babel-plugin-transform-es2015-unicode-regex "6.x"
701701
semver "5.x"
702702

703-
babel-preset-es2015@^6.24.1:
703+
babel-preset-es2015@6.24.1:
704704
version "6.24.1"
705705
resolved "https://registry.yarnpkg.com/babel-preset-es2015/-/babel-preset-es2015-6.24.1.tgz#d44050d6bc2c9feea702aaf38d727a0210538939"
706706
dependencies:

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ babel-preset-es2015-node@^6.1.1:
753753
babel-plugin-transform-es2015-unicode-regex "6.x"
754754
semver "5.x"
755755

756-
babel-preset-es2015@^6.24.1:
756+
babel-preset-es2015@6.24.1:
757757
version "6.24.1"
758758
resolved "https://registry.yarnpkg.com/babel-preset-es2015/-/babel-preset-es2015-6.24.1.tgz#d44050d6bc2c9feea702aaf38d727a0210538939"
759759
dependencies:

0 commit comments

Comments
 (0)