mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Bump and publishes url@1.3.1
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user