Skip to content

Commit 3a9daf6

Browse files
committed
fix(example-express-composition): fix name of example
1 parent 67d3bd9 commit 3a9daf6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

examples/express-composition/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "express-composition",
2+
"name": "@loopback/example-express-composition",
33
"version": "1.1.0",
44
"description": "LoopBack 4 REST API on Express",
55
"keywords": [
@@ -35,7 +35,11 @@
3535
"prepublishOnly": "npm run test"
3636
},
3737
"repository": {
38-
"type": "git"
38+
"type": "git",
39+
"url": "https://github.com/strongloop/loopback-next.git"
40+
},
41+
"publishConfig": {
42+
"access": "public"
3943
},
4044
"author": "IBM Corp.",
4145
"license": "MIT",

0 commit comments

Comments
 (0)