Merge pull request #197 from strongloop/release/2.x-lts

Update package.json for LTS release
This commit is contained in:
Miroslav Bajtoš 2016-12-21 10:53:19 +01:00 committed by GitHub
commit 0eb43c6880
1 changed files with 3 additions and 0 deletions

View File

@ -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": {