浏览代码

updated package.json with correct path

Emanuele Marchi 11 年之前
父节点
当前提交
5f7a046a23
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"
   },