소스 검색

Adding section to guard jQuery for development.

Now that Helios is moved out and not installed via bower,
so are gone its (or more precisely, bootstrap2's) restrictions on jQuery version.

To keep these restrictions, they are added as devDependencies,
so in production amber is not restricted, but in development,
it copied bootstrap2's constraints..
Herbert Vojčík 10 년 전
부모
커밋
30fcc2d35d
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      bower.json

+ 3 - 0
bower.json

@@ -20,5 +20,8 @@
     "es5-shim": "~3.3.0",
     "codemirror": "~3.24.0",
     "require-css": "~0.1.2"
+  },
+  "devDependencies": {
+    "jquery": ">=1.7.0 <2.1.0"
   }
 }