소스 검색

Add dependencies on Almond and jQuery Mousewheel

These are technically only required when building the final versions,
but if someone is pulling from NPM they may want to deal with building
it as well. Almond is used for loading in packages and jQuery Mousewheel
is used to prevent the results from scrolling the page.
Kevin Brown 9 년 전
부모
커밋
8edf3c6408
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      package.json

+ 4 - 0
package.json

@@ -58,5 +58,9 @@
     "grunt-jekyll": "^0.4.2",
     "grunt-sass": "^1.0.0",
     "grunt-saucelabs": "^8.6.0"
+  },
+  "dependencies": {
+    "almond": "~0.3.1",
+    "jquery-mousewheel": "~3.1.13"
   }
 }