Skip to content

Commit

Permalink
chore: make to npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
mgred committed Nov 1, 2023
1 parent 8b5e573 commit 855f82c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
docs
quickjs-types-*.tgz
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "quickjs-types",
"version": "0.1.0",
"description": "TypeScript definitions for the QuickJS Engine!",
"license": "GPL-3.0-or-later",
"types": "./index.d.ts",
"files": [
"*.d.ts",
"LICENSE",
"README.md"
]
}

0 comments on commit 855f82c

Please sign in to comment.