We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b143d0 commit 9332453Copy full SHA for 9332453
package.json
@@ -1,8 +1,9 @@
1
{
2
"name": "unpacker",
3
- "version": "0.3.0-alpha-2",
+ "version": "0.3.0-alpha-3",
4
"description": "A nodejs library to unpack p.a.c.k.e.d javascript code.",
5
- "main": "dist\\main.js",
+ "main": "./dist/main.js",
6
+ "types": "./dist/main.d.ts",
7
"scripts": {
8
"build": "tsc",
9
"build:live": "tsc -w",
0 commit comments