Skip to content

Commit efb6592

Browse files
committed
hotfix(bundledDependencies): Removed dependency on clever-accounts and clever-users, released 1.2.3
1 parent e53893f commit efb6592

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

package.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "clever-auth",
33
"description": "CleverStack Authentication Module",
4-
"version": "1.2.2",
4+
"version": "1.2.3",
55
"main": "module.js",
66
"author": {
77
"name": "CleverStack",
@@ -23,10 +23,11 @@
2323
"cleverstack-module",
2424
"cleverstack-backend",
2525
"passport",
26+
"local",
2627
"authentication",
2728
"google",
28-
"google authentication",
29-
"local authentication"
29+
"passport-google",
30+
""
3031
],
3132
"license": "BSD-2-Clause",
3233
"dependencies": {
@@ -47,9 +48,5 @@
4748
},
4849
"scripts": {
4950
"test": "grunt test:unit"
50-
},
51-
"bundledDependencies": [
52-
"clever-accounts",
53-
"clever-users"
54-
]
51+
}
5552
}

0 commit comments

Comments
 (0)