summaryrefslogtreecommitdiff
path: root/public-src/3rd-party/package.json
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-03-19 18:49:15 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-03-19 18:49:15 -0400
commit205c0c169a8a0a1a90522234fadd297a97a735bd (patch)
treef3815e0451e02bc1c56bf271d708344b95544b01 /public-src/3rd-party/package.json
parentcf5ff07514854b8bcd49715b3bcac87e65899a9f (diff)
Use yarn for all deps except for jQuery
NPM has broken jQuery for <1.11; but jquerytools requires jQuery <1.9
Diffstat (limited to 'public-src/3rd-party/package.json')
-rw-r--r--public-src/3rd-party/package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/public-src/3rd-party/package.json b/public-src/3rd-party/package.json
index 78d3f03..d59a2a7 100644
--- a/public-src/3rd-party/package.json
+++ b/public-src/3rd-party/package.json
@@ -1,6 +1,9 @@
{
"dependencies": {
"flot": "git://github.com/flot/flot#v0.8.3",
+ "jarmon": "git://git.lukeshu.com/2git/jarmon#lukeshu/master",
+ "javascriptrrd": "git://git.lukeshu.com/2git/javascriptrrd#v1.1.1",
+ "jquerytools": "git://github.com/jquerytools/jquerytools#8ac4636a01d3860f1c4726ba722190a531bf1068",
"requirejs": "^2.3.5",
"sorttable": "git://github.com/stuartlangridge/sorttable"
}