Explorar el Código

updated package.json with correct path

Emanuele Marchi hace 11 años
padre
commit
5f7a046a23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -24,7 +24,7 @@
       "url": "http://www.bdmdesign.org"
       "url": "http://www.bdmdesign.org"
     }
     }
   ],
   ],
-  "main": "static/js/bootstrap-switch.js",
+  "main": "build/js/bootstrap-switch.js",
   "scripts": {
   "scripts": {
     "test": "grunt test"
     "test": "grunt test"
   },
   },