diff --git a/bower.json b/bower.json index 5a3832d..2a788d3 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "angular-best-practice", "description": "This is a best practice AngularJS package.", - "version": "0.1.1", + "version": "0.1.2", "homepage": "https://github.com/eisbehr-/angular-best-practice", "authors": [{ "name": "Daniel 'Eisbehr' Kern", @@ -27,5 +27,8 @@ "jquery": "^2.1.4", "bootstrap": "~3.3.0", "bootstrap-material-design": "~0.1.5" + }, + "devDependencies": { + "angular-mocks": "^1.4.7" } } diff --git a/package.json b/package.json index 2df0fa9..38cfbf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-best-practice", - "version": "0.1.1", + "version": "0.1.2", "title": "AngularJS - Best Practice", "description": "This is a best practice AngularJS package.", "homepage": "https://github.com/eisbehr-/angular-best-practice",