Skip to content

Commit

Permalink
Updated dependencies and version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorhakes committed Jul 19, 2016
1 parent 189d5b0 commit a82147a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "promise-mock",
"version": "1.0.0",
"version": "1.1.0",
"description": "Promise mock library for synchronous Promise testing",
"main": "index.js",
"scripts": {
Expand All @@ -26,6 +26,6 @@
"promises-aplus"
],
"dependencies": {
"promise-polyfill": "^2.1.0"
"promise-polyfill": "*"
}
}

0 comments on commit a82147a

Please sign in to comment.