Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
damassi committed Oct 6, 2017
1 parent 33bce14 commit 84449f6
Show file tree
Hide file tree
Showing 3 changed files with 1,539 additions and 1,218 deletions.
13 changes: 9 additions & 4 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
{
"presets": [
"es2015",
"react",
"stage-3"
["env", {
"targets": {
"browsers": ["last 2 versions"]
},
"debug": true
}],
"react"
],
"plugins": [
"babel-plugin-rewire",
"inline-react-svg",
"transform-runtime",
["module-resolver", {
"root": ["./"]
}],
"transform-object-rest-spread",
"transform-runtime",
"transform-class-properties"
],
"env": {
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"private": true,
"engines": {
"node": "8.4.0",
"npm": "4.x.x",
"yarn": "0.27.x"
"npm": "4.x.x"
},
"scripts": {
"acceptance": "sh scripts/acceptance.sh",
Expand Down Expand Up @@ -148,6 +147,8 @@
"artsy-gemini-upload": "0.0.6",
"babel-loader": "^7.1.2",
"babel-plugin-styled-components": "^1.1.7",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react-hmre": "^1.1.1",
"background-check": "git://github.com/kennethcachia/background-check",
"benv": "^3.3.0",
Expand Down
Loading

0 comments on commit 84449f6

Please sign in to comment.