Skip to content

Commit ddf633d

Browse files
committed
fix: npm ignore updated
1 parent 57b22bb commit ddf633d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.npmignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
node_modules/
2-
index.js
3-
index.d.ts
42
coverage/
53
public/
6-
src/
4+
example/
5+
config/
6+
scripts/
7+
build/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Port for [Redux Dev Tools Extension](https://github.com/zalmoxisus/remote-redux-devtools) now using Context API",
55
"main": "index.js",
66
"scripts": {
7-
"build": "tsc index.ts",
7+
"build": "tsc --declaration index.ts",
88
"test": "jest",
99
"start:demo": "node scripts/start.js",
1010
"build:demo": "node scripts/build.js",

0 commit comments

Comments
 (0)