Skip to content

Commit

Permalink
Correct .npmignore to include jsx but not docs, and no need to push a…
Browse files Browse the repository at this point in the history
…ll svgs as they are exposed as JS api
  • Loading branch information
Eirik Backer authored and Eirik Backer committed Apr 12, 2018
1 parent 02efd39 commit c8dddbd
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
!jsx/

.DS_Store
.npm
.vscode
.idea
node_modules/
npm-debug*
yarn-error*
*.code-workspace
*.tar
*.svg
*.css
*.md
docs/

0 comments on commit c8dddbd

Please sign in to comment.