소스 검색

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"
   },