Skip to content

Commit

Permalink
fix(NPM): correct main path
Browse files Browse the repository at this point in the history
  • Loading branch information
Kampfmoehre committed Apr 21, 2022
1 parent 531a26a commit 2580bb2
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": "@droidsolutions-oss/job-service-typeorm",
"version": "1.0.0-develop.2",
"description": "TypeORM implementation of DroidSolutions job service",
"main": "dist/index.js",
"main": "dist/src/Index.js",
"scripts": {
"prepare": "husky install",
"lint": "eslint --ext ts,js .",
Expand Down

0 comments on commit 2580bb2

Please sign in to comment.