Explorar el Código

Removed the src/extras from npmignore, which is already included in the build

Sumit Tada hace 9 años
padre
commit
28b292583f
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      .npmignore

+ 1 - 2
.npmignore

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