Skip to content

Commit

Permalink
[dist] 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd-Eden committed Apr 19, 2018
1 parent 659390c commit d54bdbe
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "url-parse",
"version": "1.3.0",
"version": "1.4.0",
"description": "Small footprint URL parser that works seamlessly across Node.js and browser environments",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -33,17 +33,17 @@
"author": "Arnout Kazemier",
"license": "MIT",
"dependencies": {
"querystringify": "~2.0.0",
"requires-port": "~1.0.0"
"querystringify": "^2.0.0",
"requires-port": "^1.0.0"
},
"devDependencies": {
"assume": "~1.5.0",
"browserify": "~16.2.0",
"mocha": "~5.1.1",
"nyc": "~11.6.0",
"pre-commit": "~1.2.0",
"sauce-browsers": "~1.2.0",
"sauce-test": "~1.3.3",
"uglify-js": "~3.3.0"
"assume": "^2.0.1",
"browserify": "^16.2.0",
"mocha": "^5.1.1",
"nyc": "^11.7.1",
"pre-commit": "^1.2.0",
"sauce-browsers": "^1.2.0",
"sauce-test": "^1.3.3",
"uglify-js": "^3.3.21"
}
}

0 comments on commit d54bdbe

Please sign in to comment.