Skip to content

Commit

Permalink
fix(dependencies): add css-star-rating to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Aug 22, 2017
1 parent 173f25e commit 591054b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,13 @@
},
"module": "angular-star-rating.js",
"typings": "angular-star-rating.d.ts",
"dependencies": {
"css-star-rating": "^1.1.3"
},
"peerDependencies": {
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0",
"rxjs": "^5.1.0",
"zone.js": "^0.8.4",
"css-star-rating": "^1.1.3"
"zone.js": "^0.8.4"
}
}

0 comments on commit 591054b

Please sign in to comment.