Update package.json for LB3 release
This commit is contained in:
parent
f27cd2ccfb
commit
92ab09338e
|
@ -23,6 +23,14 @@ LoopBack tools include:
|
|||
|
||||
For more details, see [http://loopback.io/](http://loopback.io/).
|
||||
|
||||
## Supported versions
|
||||
|
||||
Current|Long Term Support
|
||||
:-:|:-:
|
||||
3.x|2.x
|
||||
|
||||
Learn more about our LTS plan in [docs](http://loopback.io/doc/en/contrib/Long-term-support.html).
|
||||
|
||||
## LoopBack modules
|
||||
|
||||
The LoopBack framework is a set of Node.js modules that you can use independently or together.
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
{
|
||||
"name": "loopback",
|
||||
"version": "3.1.0",
|
||||
"publishConfig": {
|
||||
"tag": "next"
|
||||
},
|
||||
"description": "LoopBack: Open Source Framework for Node.js",
|
||||
"homepage": "http://loopback.io",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue