Browse Source

updated package.json with correct path

Emanuele Marchi 11 years ago
parent
commit
5f7a046a23
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

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