Skip to content

Commit deb2cb2

Browse files
committed
fix: name etc
Signed-off-by: Dan Selman <[email protected]>
1 parent b57a279 commit deb2cb2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "lab-concerto-graph",
2+
"name": "@accordproject/concerto-graph",
33
"version": "1.0.0",
44
"description": "Concerto Graph",
5-
"main": "dist/demo/index.js",
5+
"main": "dist/graphmodel.js",
66
"type": "module",
7-
"license": "UNLICENSED",
7+
"license": "Apache-2.0",
88
"scripts": {
99
"prebuild": "npx eslint src/**/*.ts",
1010
"build": "tsc",
1111
"prestart": "npm run build",
12-
"start": "node .",
12+
"start": "node dist/demo/index.js",
1313
"test": "echo \"Error: no test specified\" && exit 1"
1414
},
1515
"devDependencies": {

0 commit comments

Comments
 (0)