Parcourir la source

added npm attributes for cdnjs

Emanuele Marchi il y a 10 ans
Parent
commit
645a69a1cd
1 fichiers modifiés avec 10 ajouts et 1 suppressions
  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"
+    ]
+  }]
 }