Skip to content

Commit

Permalink
fix: package.json main module
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3k0 committed Jun 8, 2023
1 parent 8377377 commit bc1f2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@diplodoc/client",
"version": "0.0.5",
"description": "",
"main": "index.js",
"main": "build/app.server.js",
"scripts": {
"build": "webpack && tsc --emitDeclarationOnly --outDir build",
"prepublishOnly": "rm -rf build && npm ci && npm run build"
Expand Down

0 comments on commit bc1f2fb

Please sign in to comment.