2.18.0
* Make the test compatible with latest juggler (Raymond Feng)
This commit is contained in:
parent
b3b6df3fd0
commit
fb50b880ec
|
@ -1,3 +1,9 @@
|
||||||
|
2015-05-13, Version 2.18.0
|
||||||
|
==========================
|
||||||
|
|
||||||
|
* Make the test compatible with latest juggler (Raymond Feng)
|
||||||
|
|
||||||
|
|
||||||
2015-05-12, Version 2.17.3
|
2015-05-12, Version 2.17.3
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback",
|
"name": "loopback",
|
||||||
"version": "2.17.3",
|
"version": "2.18.0",
|
||||||
"description": "LoopBack: Open Source Framework for Node.js",
|
"description": "LoopBack: Open Source Framework for Node.js",
|
||||||
"homepage": "http://loopback.io",
|
"homepage": "http://loopback.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -105,6 +105,6 @@
|
||||||
"url": "https://github.com/strongloop/loopback/blob/master/LICENSE"
|
"url": "https://github.com/strongloop/loopback/blob/master/LICENSE"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"sl-blip": "http://blip.strongloop.com/loopback@2.17.3"
|
"sl-blip": "http://blip.strongloop.com/loopback@2.18.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue