Explorar o código

added npm attributes for cdnjs

Emanuele Marchi %!s(int64=10) %!d(string=hai) anos
pai
achega
645a69a1cd
Modificáronse 1 ficheiros con 10 adicións e 1 borrados
  1. 10 1
      package.json

+ 10 - 1
package.json

@@ -59,5 +59,14 @@
   "scripts": {
     "build": "gulp dist",
     "test": "gulp test"
-  }
+  },
+  "npmName": "bootstrap-switch",
+  "npmFileMap": [{
+    "basePath": "/dist/",
+    "files": [
+      "*.js"
+      "bootstrap3/*.css"
+      "bootstrap2/*.css"
+    ]
+  }]
 }