Skip to content

Commit

Permalink
fix: add publishConfig and npmignore types files
Browse files Browse the repository at this point in the history
  • Loading branch information
strdr4605 committed Apr 5, 2020
1 parent 47d98b0 commit 5525f75
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
"name": "@strdr4605/jump2header",
"version": "0.0.0-development",
"description": "Add \"jump to\" links for markdown headers",
"publishConfig": {
"access": "public"
},
"main": "lib/cli.js",
"types": "lib/cli.d.ts",
"files": [
"lib/**/*"
"lib/**/*",
"!lib/**/*.d.ts"
],
"bin": {
"jump2header": "lib/cli.js"
Expand Down

0 comments on commit 5525f75

Please # to comment.