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 e53893f commit efb6592Copy full SHA for efb6592
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "clever-auth",
3
"description": "CleverStack Authentication Module",
4
- "version": "1.2.2",
+ "version": "1.2.3",
5
"main": "module.js",
6
"author": {
7
"name": "CleverStack",
@@ -23,10 +23,11 @@
23
"cleverstack-module",
24
"cleverstack-backend",
25
"passport",
26
+ "local",
27
"authentication",
28
"google",
- "google authentication",
29
- "local authentication"
+ "passport-google",
30
+ ""
31
],
32
"license": "BSD-2-Clause",
33
"dependencies": {
@@ -47,9 +48,5 @@
47
48
},
49
"scripts": {
50
"test": "grunt test:unit"
- },
51
- "bundledDependencies": [
52
- "clever-accounts",
53
- "clever-users"
54
- ]
+ }
55
}
0 commit comments