diff --git a/bower.json b/bower.json index 09860c31..aed604f0 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { - "name": "adalAngular", + "name": "adal-angular", "version": "0.0.1", "homepage": "https://github.com/AzureAD/azure-activedirectory-library-for-js", "authors": [ @@ -31,6 +31,9 @@ "tests" ], "dependencies": { + "angular": "*" + }, + "devDependencies": { "angular-resource": "~1.2.26", "angular-mocks": "~1.2.16", "jasmine": "2.0.0", diff --git a/package.json b/package.json index ad0e8dee..bd4411c1 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "adal", + "name": "adal-angular", "author": { "name": "Microsoft Open Technologies Inc", "email": "msopentech@microsoft.com",