Bump babel-plugin-unpkg-rewrite version

This commit is contained in:
MICHAEL JACKSON 2017-12-05 12:12:36 -08:00
parent 7554556005
commit 8eb89bc815
1 changed files with 5 additions and 13 deletions

View File

@ -9,7 +9,7 @@
},
"dependencies": {
"algoliasearch": "^3.24.3",
"babel-plugin-unpkg-rewrite": "^3.1.0",
"babel-plugin-unpkg-rewrite": "^3.6.0",
"body-parser": "^1.18.2",
"cors": "^2.8.1",
"countries-list": "^1.3.2",
@ -89,12 +89,8 @@
"node": "8.4.x"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx}"
],
"setupFiles": [
"<rootDir>/config/polyfills.js"
],
"collectCoverageFrom": ["src/**/*.{js,jsx}"],
"setupFiles": ["<rootDir>/config/polyfills.js"],
"testPathIgnorePatterns": [
"<rootDir>[/\\\\](build|docs|node_modules|scripts)[/\\\\]",
"__tests__/utils"
@ -106,17 +102,13 @@
"^.+\\.css$": "<rootDir>/config/jest/cssTransform.js",
"^(?!.*\\.(js|jsx|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
},
"transformIgnorePatterns": [
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$"
],
"transformIgnorePatterns": ["[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$"],
"moduleNameMapper": {
"^react-native$": "react-native-web"
}
},
"babel": {
"presets": [
"react-app"
]
"presets": ["react-app"]
},
"eslintConfig": {
"extends": "react-app"