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 57b22bb commit ddf633dCopy full SHA for ddf633d
.npmignore
@@ -1,6 +1,7 @@
1
node_modules/
2
-index.js
3
-index.d.ts
4
coverage/
5
public/
6
-src/
+example/
+config/
+scripts/
7
+build/
package.json
@@ -4,7 +4,7 @@
"description": "Port for [Redux Dev Tools Extension](https://github.com/zalmoxisus/remote-redux-devtools) now using Context API",
"main": "index.js",
"scripts": {
- "build": "tsc index.ts",
+ "build": "tsc --declaration index.ts",
8
"test": "jest",
9
"start:demo": "node scripts/start.js",
10
"build:demo": "node scripts/build.js",
0 commit comments