We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a41f6a commit b9a0dc1Copy full SHA for b9a0dc1
package.json
@@ -2,8 +2,8 @@
2
"name": "xapi-service",
3
"version": "0.0.0-development",
4
"description": "A service for the xAPI",
5
- "main": "dist/index.js",
6
- "typings": "dist/index.d.ts",
+ "main": "dist/server.js",
+ "typings": "dist/server.d.ts",
7
"license": "GPL-3.0",
8
"repository": {
9
"type": "git",
@@ -15,7 +15,7 @@
15
"package-lock.json"
16
],
17
"scripts": {
18
- "start": "node dist/index.js",
+ "start": "node dist/server.js",
19
"acp": "git add -A && npm run commit && git push",
20
"commit": "git-cz",
21
"build": "./node_modules/typescript/bin/tsc",
0 commit comments