Skip to content
This repository has been archived by the owner on May 19, 2018. It is now read-only.

Commit

Permalink
User external-helpers
Browse files Browse the repository at this point in the history
Add yarn.lock as recommended
  • Loading branch information
danez committed Dec 21, 2016
1 parent ba96b91 commit 8e5e967
Show file tree
Hide file tree
Showing 4 changed files with 3,939 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"stage-0"
],
"plugins": [
"transform-flow-strip-types"
"transform-flow-strip-types",
"external-helpers"
],
"env": {
"watch": {
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ build
coverage
lib
node_modules
yarn.lock
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"babel-cli": "^6.14.0",
"babel-eslint": "^7.0.0",
"babel-helper-fixtures": "^6.9.0",
"babel-plugin-external-helpers": "^6.18.0",
"babel-plugin-istanbul": "^3.0.0",
"babel-plugin-transform-flow-strip-types": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
Expand Down

0 comments on commit 8e5e967

Please sign in to comment.