Skip to content
This repository has been archived by the owner on Apr 28, 2018. It is now read-only.

Commit

Permalink
Merge pull request #23 from dlockhart/bower-as-dep
Browse files Browse the repository at this point in the history
fixes #22: bower is a dependency
  • Loading branch information
dlockhart committed Oct 28, 2015
2 parents 2cdeb18 + 481fbb7 commit 774e0af
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-vui-alerts",
"version": "0.5.2",
"version": "0.5.3",
"description": "React component for displaying alerts",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -33,12 +33,14 @@
"url": "https://github.com/Brightspace/react-valence-ui-alerts/issues"
},
"homepage": "https://github.com/Brightspace/react-valence-ui-alerts",
"dependencies": {
"bower": "^1.6.5"
},
"peerDependencies": {
"react": "^0.13.3"
},
"devDependencies": {
"babel-jest": "^5.3.0",
"bower": "^1.5.3",
"browserify": "^11.0.1",
"csslint": "^0.10.0",
"coveralls": "^2.11.4",
Expand Down

0 comments on commit 774e0af

Please sign in to comment.