diff --git a/package.json b/package.json index 4efb993..0de4ad7 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "unlimited-blog-works", "version": "0.0.9", "description": "A simple static blog generator for publishing on GitHub Pages", - "main": "dist/src/index.js", - "types": "dist/src/index.d.js", + "main": "dist/index.js", + "types": "dist/index.d.js", "scripts": { "build": "tsc --project tsconfig.build.json", "prettier:check": "prettier --check .",