Skip to content

Commit b51b79f

Browse files
committed
0.1.2
1 parent d558cbc commit b51b79f

File tree

2 files changed

+66
-21
lines changed

2 files changed

+66
-21
lines changed

package-lock.json

Lines changed: 49 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
{
22
"name": "react-bootstrap-confirmation",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "A library to easily display alerts and confirmations using React and Bootstrap",
5-
"keywords": ["react", "bootstrap", "alert", "confirm", "prompt", "dialog"],
5+
"keywords": [
6+
"react",
7+
"bootstrap",
8+
"alert",
9+
"confirm",
10+
"prompt",
11+
"dialog"
12+
],
613
"main": "dist/bundle.js",
714
"scripts": {
815
"build": "npm run rollup && npm run demo",
@@ -18,10 +25,12 @@
1825
"author": "",
1926
"license": "ISC",
2027
"dependencies": {
28+
"react-confirm": "^0.1.18"
29+
},
30+
"peerDependencies": {
2131
"prop-types": "^15.7.2",
2232
"react": "^16.11.0",
23-
"react-bootstrap": "^1.0.0-beta.14",
24-
"react-confirm": "^0.1.18"
33+
"react-bootstrap": "^1.0.0-beta.14"
2534
},
2635
"devDependencies": {
2736
"@babel/core": "^7.6.4",
@@ -38,6 +47,9 @@
3847
"rollup-plugin-babel": "^4.3.3",
3948
"rollup-plugin-node-resolve": "^5.2.0",
4049
"sass": "^1.23.1",
41-
"svgo": "^1.3.0"
50+
"svgo": "^1.3.0",
51+
"prop-types": "^15.7.2",
52+
"react": "^16.11.0",
53+
"react-bootstrap": "^1.0.0-beta.14"
4254
}
4355
}

0 commit comments

Comments
 (0)