Skip to content

Commit

Permalink
Update package.json -> nodemon version
Browse files Browse the repository at this point in the history
This updates the nodemon version so an important patch of regarding windows support can be added with yarn upgrade.
remy/nodemon@469fa80
  • Loading branch information
sandrosc committed Sep 23, 2017
1 parent faa56d7 commit 91fcfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "run scripts from package.json when files change",
"main": "index.js",
"dependencies": {
"nodemon": "^1.11.0",
"nodemon": "^1.12.1",
"through2": "^2.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 91fcfe7

Please sign in to comment.