Merge pull request #197 from strongloop/release/2.x-lts
Update package.json for LTS release
This commit is contained in:
commit
0eb43c6880
|
@ -1,6 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-component-explorer",
|
"name": "loopback-component-explorer",
|
||||||
"version": "2.7.0",
|
"version": "2.7.0",
|
||||||
|
"publishConfig": {
|
||||||
|
"tag": "lts"
|
||||||
|
},
|
||||||
"description": "Browse and test your LoopBack app's APIs",
|
"description": "Browse and test your LoopBack app's APIs",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue