We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e548b commit b5afcabCopy full SHA for b5afcab
examples/parent-child-demo/package.json
@@ -15,7 +15,7 @@
15
"react": "16.4.1",
16
"react-dom": "16.4.1",
17
"react-hot-loader": "4.3.3",
18
- "react-lifecycle-visualizer": "2.0.0-beta.5",
+ "react-lifecycle-visualizer": "^2.0.0",
19
"react-scripts": "^1.1.4"
20
}
21
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-lifecycle-visualizer",
3
- "version": "2.0.0-beta.5",
+ "version": "2.0.0",
4
"description": "Visualizer for React lifecycle methods",
5
"main": "./dist/index.js",
6
"typings": "./index.d.ts",
0 commit comments