version checks

This commit is contained in:
jywarren
2017-01-06 12:20:12 -05:00
parent 9e3f6b9aff
commit 5134ea02b0
2 changed files with 1853 additions and 1861 deletions

3699
dist/imageboard.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -23,14 +23,13 @@
"jquery": "~2" "jquery": "~2"
}, },
"devDependencies": { "devDependencies": {
"get-pixels": "^3.3.0", "get-pixels": "~3.3.0",
"save-pixels": "^2.3.4", "save-pixels": "~2.3.4",
"base64-stream": "^0.1.3", "base64-stream": "~0.1.3",
"buffer": "^5.0.2", "buffer": "~5.0.2",
"plotly.js": "^1.21.2", "plotly.js": "~1.21.2",
"image-filter-threshold": "~1.0.0",
"image-filter-threshold": "git+https://github.com/canastro/image-filter-threshold#prebundle", "image-filter-core": "~1.0.0",
"image-filter-core": "git+https://github.com/canastro/image-filter-core#prebundle",
"browserify": "13.0.0", "browserify": "13.0.0",
"grunt": "^0.4.5", "grunt": "^0.4.5",