We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0efed63 commit 3a7ffc3Copy full SHA for 3a7ffc3
package.js
@@ -1,6 +1,6 @@
1
Package.describe({
2
summary: "Meteor sign up and sign in templates core package.",
3
- version: "1.3.2",
+ version: "1.4.0",
4
name: "useraccounts:core",
5
git: "https://github.com/meteor-useraccounts/core.git",
6
});
@@ -68,7 +68,7 @@ Package.on_use(function(api) {
68
69
70
Package.on_test(function(api) {
71
- api.use("useraccounts:core@1.3.2");
+ api.use("useraccounts:core@1.4.0");
72
73
api.use([
74
'accounts-password',
0 commit comments