Skip to content

Commit

Permalink
fix chokidar install issue
Browse files Browse the repository at this point in the history
  • Loading branch information
leeluolee committed Aug 20, 2017
1 parent c027fb2 commit e23a00c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "puer",
"description": "more than a live-reload server , built for efficient frontend development",
"author": "leeluolee",
"version": "1.1.1",
"version": "1.1.2",
"repository": {
"type": "git",
"url": "https://github.com/leeluolee/puer"
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"coffee-script": "1.4.x",
"express": "3.0.x",
"chokidar": "0.8.1",
"chokidar": "1.7.0",
"socket.io": "~1.7.4",
"weinre": "^2.0.0-pre-I0Z7U9OV",
"qrcode-npm": "0.0.3",
Expand Down

0 comments on commit e23a00c

Please sign in to comment.