Skip to content

Commit

Permalink
Ensured promise is included as dependency. - Closes #1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shogun committed May 26, 2015
1 parent b8c982c commit abedd31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2015-05-25 / 1.0.2

* Ensured promise is included as dependency.

### 2015-05-06 / 1.0.1

* Ensured Node 0.10 compatibility.
Expand All @@ -24,4 +28,4 @@

### 2015-03-10 / 0.1.0

* Initial version
* Initial version
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastimage",
"version": "1.0.1",
"version": "1.0.2",
"description": "FastImage finds the size or type of an image given its URL by fetching as little as needed.",
"main": "main.js",
"files": [
Expand Down Expand Up @@ -68,6 +68,7 @@
},
"dependencies": {
"image-size": "^0.3.5",
"promise": "^7.0.1",
"request": "^2.54.0"
}
}

0 comments on commit abedd31

Please sign in to comment.