Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
soda-x committed Mar 21, 2016
1 parent 10fc5d5 commit a747ce4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

---

## 0.1.2

fix: change simulator opts do not come into effect

## 0.1.1

chore: fix test cases and upgrade node-isimulator
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ provide a convenient solution for Mac users to open pages which served by the se

```bash
$ npm i dora dora-plugin-simulator -SD
$ ./node_modules/.bin/dora --plugins simulator?{scheme:http://m.alipay.com}
$ ./node_modules/.bin/dora --plugins 'simulator?scheme=http://m.alipay.com'
```

**Build In**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dora-plugin-simulator",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "https://github.com/dora-js/dora-plugin-simulator"
Expand Down

0 comments on commit a747ce4

Please sign in to comment.