Skip to content
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.

Commit

Permalink
feat: use verdaccio babel preset
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Jan 26, 2019
1 parent ddc99a6 commit 3a63f88
Show file tree
Hide file tree
Showing 3 changed files with 3,213 additions and 2,147 deletions.
6 changes: 1 addition & 5 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{
"presets": [["env", {
"targets": {
"node": "6"
}
}], "flow"]
"presets": ["@verdaccio"]
}
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,8 @@
"devDependencies": {
"@commitlint/cli": "6.1.3",
"@commitlint/config-conventional": "6.1.3",
"@verdaccio/babel-preset": "0.0.1",
"@verdaccio/types": "3.7.2",
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-eslint": "8.2.6",
"babel-jest": "23.4.0",
"babel-plugin-flow-runtime": "0.17.0",
"babel-preset-env": "1.7.0",
"babel-preset-flow": "6.23.0",
"codecov": "3.0.4",
"cross-env": "5.2.0",
"eslint": "5.6.1",
Expand Down
Loading

0 comments on commit 3a63f88

Please sign in to comment.