Skip to content

Commit 9332453

Browse files
committed
updating packages.json
1 parent 3b143d0 commit 9332453

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "unpacker",
3-
"version": "0.3.0-alpha-2",
3+
"version": "0.3.0-alpha-3",
44
"description": "A nodejs library to unpack p.a.c.k.e.d javascript code.",
5-
"main": "dist\\main.js",
5+
"main": "./dist/main.js",
6+
"types": "./dist/main.d.ts",
67
"scripts": {
78
"build": "tsc",
89
"build:live": "tsc -w",

0 commit comments

Comments
 (0)