Permalink
Browse files
Fix for npm package issues
- Loading branch information...
Showing
with
14 additions
and
4 deletions.
-
+14
−4
.npmignore
|
|
@@ -1,6 +1,16 @@ |
|
|
-*
|
|
|
-!dist
|
|
|
-!dist/*
|
|
|
-!README.md
|
|
|
+.bowerrc
|
|
|
+.editorconfig
|
|
|
+.gitattributes
|
|
|
+.gitignore
|
|
|
+.htaccess
|
|
|
+.jshintrc
|
|
|
+.travis.yml
|
|
|
+appveyor.yml
|
|
|
+index.html
|
|
|
+
|
|
|
+
|
|
|
+build/
|
|
|
+src/
|
|
|
+tests/
|
|
|
!LICENSE.md
|
|
|
!LICENSE-IMAGES.md
|
0 comments on commit
e4321f1