소스 검색

jQuery should be a peerDependency

Thomas Grainger 8 년 전
부모
커밋
07c8fb37a5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -26,7 +26,7 @@
     }
     }
   ],
   ],
   "main": "dist/js/bootstrap-switch.js",
   "main": "dist/js/bootstrap-switch.js",
-  "dependencies": {
+  "peerDependencies": {
     "jquery": ">=1.9.0"
     "jquery": ">=1.9.0"
   },
   },
   "repository": {
   "repository": {