Skip to content

Commit dab736b

Browse files
.npmignore file in preparation for publish
1 parent 901b813 commit dab736b

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules/
22
dist/
3+
yarn-error.log

.npmignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
node_modules/
2+
src/
3+
yarn-error.log
4+
yarn.lock
5+
tsconfig.json
6+
webpack.config.js

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.1.0",
44
"description": "A context menu in Preact",
55
"main": "dist/index.js",
6+
"types": "dist/index.d.ts",
67
"repository": "https://github.com/fatalerrorcoded/preact-context-menu",
78
"author": "FatalErrorCoded",
89
"license": "MIT",

0 commit comments

Comments
 (0)