v0.1.1
This commit is contained in:
Родитель
c0aa6ba1bf
Коммит
9d87411bdf
|
@ -1,4 +1,8 @@
|
|||
# taco-simulate Release Notes
|
||||
|
||||
### 0.1.1 (Oct 13, 2015)
|
||||
* Only generate sim-host success/fail methods if needed ([c0aa6ba1](https://github.com/Microsoft/taco-simulate/commit/c0aa6ba1)).
|
||||
* Return a promise from API, and handle errors in CLI ([fdd2d21a](https://github.com/Microsoft/taco-simulate/commit/fdd2d21a)).
|
||||
|
||||
### 0.1.0 (Oct 8, 2015)
|
||||
* Initial test release
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "taco-simulate",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "A browser based plugin simulation tool to aid development and testing of Cordova applications.",
|
||||
"bin": {
|
||||
"simulate": "./bin/simulate"
|
||||
|
@ -29,7 +29,7 @@
|
|||
"cordova-serve": "^1.0.0",
|
||||
"replacestream": "^4.0.0",
|
||||
"send": "timbarham/send#transform",
|
||||
"taco-simulate-server": "^0.1.0",
|
||||
"taco-simulate-server": "^0.1.2",
|
||||
"webcomponents.js": "^0.7.2"
|
||||
},
|
||||
"engines": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче