Explorar el Código

blacklist instead of whitelist files for npm

gh-pages
Gregor MacLennan hace 9 años
padre
commit
30a9a4be24
Se han modificado 2 ficheros con 3 adiciones y 6 borrados
  1. 3
    0
      .npmignore
  2. 0
    6
      package.json

+ 3
- 0
.npmignore Ver fichero

@@ -0,0 +1,3 @@
1
+leaflet-side-by-side.js
2
+leaflet-side-by-side.min.js
3
+screencast.gif

+ 0
- 6
package.json Ver fichero

@@ -3,12 +3,6 @@
3 3
   "version": "1.1.1",
4 4
   "description": "Compare two Leaflet layers side by side",
5 5
   "main": "index.js",
6
-  "files": [
7
-    "index.js",
8
-    "range.css",
9
-    "range-icon.png",
10
-    "layout.css"
11
-  ],
12 6
   "browserify": {
13 7
     "transform": [
14 8
       "css-img-datauri-stream",

Loading…
Cancelar
Guardar