Skip to content

Commit b9a0dc1

Browse files
committed
fix(npm): Fixes start command.
1 parent 1a41f6a commit b9a0dc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "xapi-service",
33
"version": "0.0.0-development",
44
"description": "A service for the xAPI",
5-
"main": "dist/index.js",
6-
"typings": "dist/index.d.ts",
5+
"main": "dist/server.js",
6+
"typings": "dist/server.d.ts",
77
"license": "GPL-3.0",
88
"repository": {
99
"type": "git",
@@ -15,7 +15,7 @@
1515
"package-lock.json"
1616
],
1717
"scripts": {
18-
"start": "node dist/index.js",
18+
"start": "node dist/server.js",
1919
"acp": "git add -A && npm run commit && git push",
2020
"commit": "git-cz",
2121
"build": "./node_modules/typescript/bin/tsc",

0 commit comments

Comments
 (0)