Skip to content

Commit

Permalink
add test dependency to bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dkern committed Nov 9, 2015
1 parent 4230636 commit e3e89a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -27,5 +27,8 @@
"jquery": "^2.1.4",
"bootstrap": "~3.3.0",
"bootstrap-material-design": "~0.1.5"
},
"devDependencies": {
"angular-mocks": "^1.4.7"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e3e89a5

Please sign in to comment.