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

Commit edae305

Browse files
committed
chore(release): release 2.0.0-alpha.2
1 parent ffdff6d commit edae305

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "availity-reactstrap-validation",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.2",
44
"author": "Evan Sharp <evan.sharp@availity.com>",
55
"description": "Form validation helpers for reactstrap",
66
"main": "lib/index.js",
@@ -54,9 +54,11 @@
5454
},
5555
"homepage": "https://github.com/Availity/availity-reactstrap-validation",
5656
"dependencies": {
57+
"babel-runtime": "^6.26.0",
5758
"classnames": "^2.2.3",
5859
"lodash": "^4.17.4",
59-
"moment": "2.18.1"
60+
"moment": "2.18.1",
61+
"prop-types": "^15.5.7"
6062
},
6163
"peerDependencies": {
6264
"react": "^0.14.9 || ^15.3.0 || ^16.0.0",
@@ -104,7 +106,6 @@
104106
"mocha": "^3.0.2",
105107
"mocha-webpack": "^0.6.0",
106108
"nyc": "^8.1.0",
107-
"prop-types": "^15.5.7",
108109
"raw-loader": "^0.5.1",
109110
"react": "^15.5.4",
110111
"react-addons-pure-render-mixin": "^15.5.2",

0 commit comments

Comments
 (0)