Browse Source

Added extras and examples-js folders to nam package

Bower package already contains examples-js folder, and extras also has
some very good helpers, so it will be good to have them in npm package
as well
Sumit Tada 10 năm trước cách đây
mục cha
commit
26866d769c
1 tập tin đã thay đổi với 4 bổ sung2 xóa
  1. 4 2
      .npmignore

+ 4 - 2
.npmignore

@@ -1,5 +1,7 @@
-examples/
-src/
+examples/*
+!examples/js/
+src/*
+!src/extras/
 test/
 utils/
 docs/