We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 901b813 commit dab736bCopy full SHA for dab736b
.gitignore
@@ -1,2 +1,3 @@
1
node_modules/
2
dist/
3
+yarn-error.log
.npmignore
@@ -0,0 +1,6 @@
+node_modules/
+src/
4
+yarn.lock
5
+tsconfig.json
6
+webpack.config.js
package.json
@@ -3,6 +3,7 @@
"version": "0.1.0",
"description": "A context menu in Preact",
"main": "dist/index.js",
+ "types": "dist/index.d.ts",
7
"repository": "https://github.com/fatalerrorcoded/preact-context-menu",
8
"author": "FatalErrorCoded",
9
"license": "MIT",
0 commit comments