We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7712e3c commit 178212fCopy full SHA for 178212f
1 file changed
packages/devtool-module/package.json
@@ -1,10 +1,12 @@
1
{
2
"name": "react-context-devtool",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"description": "Devtool for React Context and useReducer hook",
5
"main": "dist/module/cjs/index.js",
6
"module": "dist/module/esm/index.js",
7
- "files": ["dist"],
+ "files": [
8
+ "dist"
9
+ ],
10
"scripts": {
11
"compile": "babel src/index.js --config-file ../../babel.config.js --extensions '.js'",
12
"clean": "rimraf dist/module",
0 commit comments