Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
prepare release 2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Weidauer committed Feb 10, 2017
1 parent bb7e1c7 commit 7805bf3
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 69 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.7.4 (2017-02-10)

* fixed: regression in chache item timestamps (#136)

# 2.7.3 (2017-02-01)

* Fixed CLI tool (#126)
Expand Down
15 changes: 11 additions & 4 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

130 changes: 65 additions & 65 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,67 +1,67 @@
{
"name": "converjon",
"description": "An advanced image conversion server and command line tool.",
"version": "2.7.3",
"license": "MIT",
"author": "Leon Weidauer",
"maintainers": [
"Leon Weidauer <leon@lnwdr.de> (http://lnwdr.de)"
],
"contributors": [
"Leon Weidauer <leon@lnwdr.de> (http://lnwdr.de)",
"Steffen Gransow <converjon@mivesto.de> (https://github.com/graste)",
"https://github.com/berlinonline/converjon/graphs/contributors"
],
"homepage": "https://github.com/berlinonline/converjon",
"bugs": "https://github.com/berlinonline/converjon/issues",
"repository": {
"type": "git",
"url": "git://github.com/berlinonline/converjon.git"
},
"keywords": [
"image",
"images",
"crop",
"convert",
"resize",
"aoi",
"cropping",
"conversion",
"server",
"web",
"cli"
],
"dependencies": {
"calmcard": "^0.1.1",
"cjson": "^0.3.3",
"cli-color": "^0.3.3",
"clone": "^1.0.2",
"handlebars": "^3.0.3",
"js-yaml": "^3.7.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"moniker": "^0.1.2",
"nodeunit": "^0.9.5",
"request": "^2.79.0",
"rsvp": "^3.3.3",
"send": "^0.9.3"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": ">=0.10.7 <0.13.0"
},
"scripts": {
"test": "nodeunit ./test/*"
},
"bin": {
"converjon": "./bin/converjon.js",
"converjon-cli": "./bin/converjon-cli.js"
},
"main": "index.js",
"directories": {
"bin": "./bin",
"lib": "./lib",
"test": "test"
}
"name": "converjon",
"description": "An advanced image conversion server and command line tool.",
"version": "2.7.4",
"license": "MIT",
"author": "Leon Weidauer",
"maintainers": [
"Leon Weidauer <leon@lnwdr.de> (http://lnwdr.de)"
],
"contributors": [
"Leon Weidauer <leon@lnwdr.de> (http://lnwdr.de)",
"Steffen Gransow <converjon@mivesto.de> (https://github.com/graste)",
"https://github.com/berlinonline/converjon/graphs/contributors"
],
"homepage": "https://github.com/berlinonline/converjon",
"bugs": "https://github.com/berlinonline/converjon/issues",
"repository": {
"type": "git",
"url": "git://github.com/berlinonline/converjon.git"
},
"keywords": [
"image",
"images",
"crop",
"convert",
"resize",
"aoi",
"cropping",
"conversion",
"server",
"web",
"cli"
],
"dependencies": {
"calmcard": "^0.1.1",
"cjson": "^0.3.3",
"cli-color": "^0.3.3",
"clone": "^1.0.2",
"handlebars": "^3.0.3",
"js-yaml": "^3.8.1",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"moniker": "^0.1.2",
"nodeunit": "^0.9.5",
"request": "^2.79.0",
"rsvp": "^3.3.3",
"send": "^0.9.3"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": ">=0.10.7 <0.13.0"
},
"scripts": {
"test": "nodeunit ./test/*"
},
"bin": {
"converjon": "./bin/converjon.js",
"converjon-cli": "./bin/converjon-cli.js"
},
"main": "index.js",
"directories": {
"bin": "./bin",
"lib": "./lib",
"test": "test"
}
}

0 comments on commit 7805bf3

Please sign in to comment.