Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Updated build process
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniCodeMonkey committed Feb 9, 2019
1 parent 132e5f6 commit 75b7aaf
Show file tree
Hide file tree
Showing 3 changed files with 5,976 additions and 12 deletions.
10 changes: 7 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"presets": ["env"],
"plugins": ["babel-plugin-add-module-exports"]
}
"plugins": [
"@babel/plugin-proposal-object-rest-spread"
],
"presets": [
"@babel/preset-env"
]
}
21 changes: 12 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,11 @@
},
"homepage": "https://github.com/geocodio/lightning-maps",
"devDependencies": {
"@babel/cli": "^7.0.0-beta.51",
"@babel/core": "^7.0.0-beta.51",
"@babel/preset-env": "^7.0.0-beta.51",
"babel-eslint": "^8.0.3",
"babel-loader": "^8.0.0-beta.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^7.0.0-beta.3",
"babel-register": "^7.0.0-beta.3",
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"chai": "^4.1.2",
"eslint": "^5.0.1",
"eslint-loader": "^2.0.0",
Expand All @@ -49,5 +46,11 @@
"d3-geo": "^1.11.3",
"topojson-client": "^3.0.0"
},
"version": "0.0.6"
"version": "0.0.6",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}
Loading

0 comments on commit 75b7aaf

Please sign in to comment.