Bump and publishes url@1.3.1

This commit is contained in:
filipenevola
2020-06-24 09:34:23 -04:00
parent ab37ba32dd
commit 21d0a418cf

View File

@@ -1,6 +1,6 @@
Package.describe({
name: "url",
version: "1.3.0",
version: "1.3.1",
summary: "Isomorphic modern/legacy/Node polyfill for WHATWG URL/URLSearchParams",
documentation: "README.md"
});
@@ -10,6 +10,7 @@ Npm.depends({
});
Package.onUse(function(api) {
api.versionsFrom('1.10.2');
api.use("modules");
api.use("modern-browsers");