Skip to content

Commit fe91471

Browse files
committed
Fix es2015 error on React Native projects
The .babelrc file shouldn't be published to npm.
1 parent b88295f commit fe91471

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/node_modules
2+
/src/grammar.js
3+
.babelrc

0 commit comments

Comments
 (0)