Skip to content

Commit

Permalink
update mocha and bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jfromaniello committed Apr 12, 2017
1 parent c928a34 commit ebd3665
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"name": "url-join",
"version": "1.0.0",
"version": "2.0.0",
"homepage": "https://github.com/jfromaniello/url-join",
"authors": [
"José F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)"
"José F. Romaniello <jfromaniello@gmail.com>"
],
"description": "Join urls and normalize as in path.join.",
"main": "lib/url-join.js",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"url",
"join"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "José F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)",
"license": "MIT",
"devDependencies": {
"should": "~1.2.1",
"mocha": "~1.8.1"
"mocha": "^3.2.0",
"should": "~1.2.1"
}
}

0 comments on commit ebd3665

Please # to comment.