Skip to content

Commit

Permalink
Don't publish Babel config to npm (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
motiz88 authored and kpdecker committed Dec 26, 2017
1 parent bafbf26 commit a47aca9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
6 changes: 6 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sourceMaps": "inline",
"presets": ["es3", "es2015-mod"],
"auxiliaryCommentBefore": "istanbul ignore start",
"auxiliaryCommentAfter": "istanbul ignore end"
}
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ Gruntfile.js
index.html
karma.conf.js
style.css
.babelrc
11 changes: 1 addition & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,5 @@
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
},
"optionalDependencies": {},
"babel": {
"sourceMaps": "inline",
"presets": [
"es3",
"es2015-mod"
],
"auxiliaryCommentBefore": "istanbul ignore start",
"auxiliaryCommentAfter": "istanbul ignore end"
}
"optionalDependencies": {}
}

0 comments on commit a47aca9

Please sign in to comment.