Skip to content

Commit

Permalink
chore(META): exclude .babelrc from NPM builds
Browse files Browse the repository at this point in the history
It's not needed anyway. It's also causing issues when used with

React-Native packager, which

processes node_modules with

Babel

(reduxjs/redux#1033 (comment))
  • Loading branch information
goshacmd committed Dec 14, 2016
1 parent b039cf4 commit 63341fe
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 42 deletions.
5 changes: 1 addition & 4 deletions base/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
ignore/
.idea/
*.sublime-project
*.sublime-workspace
.babelrc
6 changes: 1 addition & 5 deletions dom/.npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
ignore/
.idea/
test/browser/page/tests-bundle.js
*.sublime-project
*.sublime-workspace
.babelrc
2 changes: 1 addition & 1 deletion history/.npmignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
src/
.babelrc
5 changes: 1 addition & 4 deletions jsonp/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
ignore/
.idea/
*.sublime-project
*.sublime-workspace
.babelrc
5 changes: 1 addition & 4 deletions most-adapter/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
ignore/
.idea/
*.sublime-project
*.sublime-workspace
.babelrc
5 changes: 1 addition & 4 deletions most-run/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
ignore/
.idea/
*.sublime-project
*.sublime-workspace
.babelrc
3 changes: 1 addition & 2 deletions rx-adapter/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
typings/
ignore/
.babelrc
5 changes: 1 addition & 4 deletions rx-run/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
ignore/
.idea/
*.sublime-project
*.sublime-workspace
.babelrc
3 changes: 1 addition & 2 deletions rxjs-adapter/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
typings/
ignore/
.babelrc
5 changes: 1 addition & 4 deletions rxjs-run/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
ignore/
.idea/
*.sublime-project
*.sublime-workspace
.babelrc
5 changes: 1 addition & 4 deletions xstream-adapter/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
ignore/
.idea/
*.sublime-project
*.sublime-workspace
.babelrc
5 changes: 1 addition & 4 deletions xstream-run/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
ignore/
.idea/
*.sublime-project
*.sublime-workspace
.babelrc

0 comments on commit 63341fe

Please sign in to comment.