Skip to content

Commit

Permalink
refactor(example-getting-started): make private flag more prominent
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Delisle committed Jan 19, 2018
1 parent 99bb50e commit 814d4f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/example-getting-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@loopback/example-getting-started",
"version": "1.0.0",
"description": "An application and tutorial on how to build with LoopBack 4.",
"private": true,
"main": "index.js",
"engines": {
"node": ">=8"
Expand Down Expand Up @@ -48,6 +49,5 @@
"LoopBack",
"example",
"tutorial"
],
"private": true
]
}

0 comments on commit 814d4f5

Please sign in to comment.