Skip to content

Commit 208a8bf

Browse files
committed
Bumped for 1.0.0 release
1 parent 92e5d1f commit 208a8bf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-error-boundary",
3-
"version": "0.0.6",
3+
"version": "1.0.0",
44
"description": "Sample reusable React error boundary component for React 16+",
55
"files": [
66
"dist"
@@ -42,5 +42,9 @@
4242
"babel-runtime": "^6.23.0",
4343
"prop-types": "^15.5.10",
4444
"webpack": "^3.3.0"
45+
},
46+
"peerDependencies": {
47+
"react": "^16.0.0-alpha.13",
48+
"react-dom": "^16.0.0-alpha.13"
4549
}
4650
}

0 commit comments

Comments
 (0)