Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
chore(release): release 2.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSharpieOne committed Feb 2, 2018
1 parent ffdff6d commit edae305
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "availity-reactstrap-validation",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"author": "Evan Sharp <evan.sharp@availity.com>",
"description": "Form validation helpers for reactstrap",
"main": "lib/index.js",
Expand Down Expand Up @@ -54,9 +54,11 @@
},
"homepage": "https://github.com/Availity/availity-reactstrap-validation",
"dependencies": {
"babel-runtime": "^6.26.0",
"classnames": "^2.2.3",
"lodash": "^4.17.4",
"moment": "2.18.1"
"moment": "2.18.1",
"prop-types": "^15.5.7"
},
"peerDependencies": {
"react": "^0.14.9 || ^15.3.0 || ^16.0.0",
Expand Down Expand Up @@ -104,7 +106,6 @@
"mocha": "^3.0.2",
"mocha-webpack": "^0.6.0",
"nyc": "^8.1.0",
"prop-types": "^15.5.7",
"raw-loader": "^0.5.1",
"react": "^15.5.4",
"react-addons-pure-render-mixin": "^15.5.2",
Expand Down

0 comments on commit edae305

Please sign in to comment.