diff options
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 14c57bb..33897ae 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "package", "version": "1.0.0", "description": "", - "main": "dist/app.js", + "main": "./dist/app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, |