Skip to content

Commit

Permalink
Unit Tests and Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
obany committed Aug 23, 2017
1 parent ff69fbe commit b72178b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 18 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# v0.1.5
# v0.2.0
* Finalise API
* Unit Tests and Fixes

# v0.1.4
Expand Down
2 changes: 0 additions & 2 deletions TODO.md

This file was deleted.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unitejs-image-cli",
"version": "0.1.5",
"version": "0.2.0",
"description": "Command line interface to the UniteJS image tool library",
"main": "dist/cli.js",
"repository": {
Expand Down Expand Up @@ -60,9 +60,9 @@
"dependencies": {
"jimp": "^0.2.28",
"phantom": "^4.0.5",
"unitejs-cli-core": "^0.7.4",
"unitejs-framework": "^0.7.4",
"unitejs-image": "^0.1.5"
"unitejs-cli-core": "^0.8.0",
"unitejs-framework": "^0.8.0",
"unitejs-image": "^0.2.0"
},
"bin": {
"unite-image": "bin/unite-image.js"
Expand Down

0 comments on commit b72178b

Please sign in to comment.