Skip to content

Commit

Permalink
fix(generator): Include win-spawn as a dev dep. Closes #162
Browse files Browse the repository at this point in the history
  • Loading branch information
diegonetto committed Mar 5, 2015
1 parent 3293772 commit dd47343
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/common/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"orchestrator": "~0.3.7",
"ripple-emulator": "~0.9.24",
"elementtree": "0.1.6",
"plist": "1.1.0"
"plist": "1.1.0",
"win-spawn": "^2.0.0"
},
"engines": {
"node": ">=0.10.0"
Expand All @@ -54,4 +55,4 @@
"org.apache.cordova.console",
"com.ionic.keyboard"
]
}
}

0 comments on commit dd47343

Please sign in to comment.