Skip to content

Commit

Permalink
fix: add metadata to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinraja committed Oct 24, 2021
1 parent 47264d1 commit 94caff9
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
"name": "pdfc",
"version": "0.0.0-development",
"description": "PDF \"compiler\" for your source code",
"author": "Sachin Raja <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sachinraja/pdfc.git"
},
"bugs": {
"url": "https://github.com/sachinraja/pdfc/issues"
},
"homepage": "https://github.com/sachinraja/pdfc#readme",
"keywords": [
"shiki",
"pdf",
"syntax-highlighter",
"highlighter",
"compiler"
],
"type": "module",
"exports": {
".": {
Expand Down
Binary file removed pdfs/bin.ts.pdf
Binary file not shown.
Binary file removed pdfs/cli.ts.pdf
Binary file not shown.
Binary file removed pdfs/compile.ts.pdf
Binary file not shown.
Binary file removed pdfs/index.ts.pdf
Binary file not shown.

0 comments on commit 94caff9

Please sign in to comment.