Skip to content

Commit a47aca9

Browse files
motiz88kpdecker
authored andcommitted
Don't publish Babel config to npm (#161)
1 parent bafbf26 commit a47aca9

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

.babelrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"sourceMaps": "inline",
3+
"presets": ["es3", "es2015-mod"],
4+
"auxiliaryCommentBefore": "istanbul ignore start",
5+
"auxiliaryCommentAfter": "istanbul ignore end"
6+
}

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ Gruntfile.js
1313
index.html
1414
karma.conf.js
1515
style.css
16+
.babelrc

package.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,5 @@
6363
"webpack": "^1.12.2",
6464
"webpack-dev-server": "^1.12.0"
6565
},
66-
"optionalDependencies": {},
67-
"babel": {
68-
"sourceMaps": "inline",
69-
"presets": [
70-
"es3",
71-
"es2015-mod"
72-
],
73-
"auxiliaryCommentBefore": "istanbul ignore start",
74-
"auxiliaryCommentAfter": "istanbul ignore end"
75-
}
66+
"optionalDependencies": {}
7667
}

0 commit comments

Comments
 (0)