Skip to content

Commit

Permalink
updating packages.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mnsrulz committed Aug 18, 2020
1 parent 3b143d0 commit 9332453
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "unpacker",
"version": "0.3.0-alpha-2",
"version": "0.3.0-alpha-3",
"description": "A nodejs library to unpack p.a.c.k.e.d javascript code.",
"main": "dist\\main.js",
"main": "./dist/main.js",
"types": "./dist/main.d.ts",
"scripts": {
"build": "tsc",
"build:live": "tsc -w",
Expand Down

0 comments on commit 9332453

Please sign in to comment.