Procházet zdrojové kódy

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 před 9 roky
rodič
revize
26866d769c
1 změnil soubory, kde provedl 4 přidání a 2 odebrání
  1. 4 2
      .npmignore

+ 4 - 2
.npmignore

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