summaryrefslogtreecommitdiff
path: root/public-src/3rd-party/package.json
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-03-19 18:25:45 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-03-19 18:25:45 -0400
commit669dcb88a16464e7c24772fafd818fcb8c680deb (patch)
tree6816e393d11d17dcd85c515c4cda0dcdd9da2bf1 /public-src/3rd-party/package.json
parentb5701445424a160f50e70b4b36846b61d2a6928d (diff)
get flot and sorttable with yarn
Diffstat (limited to 'public-src/3rd-party/package.json')
-rw-r--r--public-src/3rd-party/package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/public-src/3rd-party/package.json b/public-src/3rd-party/package.json
index d3ea028..78d3f03 100644
--- a/public-src/3rd-party/package.json
+++ b/public-src/3rd-party/package.json
@@ -1,5 +1,7 @@
{
"dependencies": {
- "requirejs": "^2.3.5"
+ "flot": "git://github.com/flot/flot#v0.8.3",
+ "requirejs": "^2.3.5",
+ "sorttable": "git://github.com/stuartlangridge/sorttable"
}
}