Skip to content

Commit

Permalink
Merge pull request #8 from contactlab/issue#6
Browse files Browse the repository at this point in the history
resolves #6
  • Loading branch information
StefanoMagrassi authored Feb 12, 2018
2 parents 74cb70b + 9eaf81c commit 26cc051
Show file tree
Hide file tree
Showing 3 changed files with 242 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["flow", "@ava/stage-4"]
"extends": "@contactlab/babelrc"
}
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"pretest": "flow && yarn run lint",
"test": "nyc ava",
"flow-copy": "flow-copy-source -v src dist",
"build": "flow-remove-types src/ -d dist/",
"build": "babel src/ -d dist/",
"postbuild": "yarn run flow-copy",
"prepublish": "yarn run build"
},
Expand All @@ -31,17 +31,16 @@
"monocle-ts": "0.5.2"
},
"devDependencies": {
"@contactlab/babelrc": "1.0.0",
"ava": "0.24.0",
"babel-cli": "6.26.0",
"babel-eslint": "8.2.1",
"babel-preset-flow": "6.23.0",
"babel-register": "6.26.0",
"eslint": "4.15.0",
"eslint-config-contactlab": "1.0.0",
"eslint-plugin-flowtype": "2.41.0",
"flow-bin": "0.63.1",
"flow-copy-source": "1.2.1",
"flow-remove-types": "1.2.3",
"nyc": "11.4.1",
"sinon": "4.1.4"
},
Expand Down
Loading

0 comments on commit 26cc051

Please sign in to comment.