Skip to content

Commit

Permalink
Add inquirer to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiklor committed Mar 12, 2015
1 parent 647c17a commit 037faa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generators/app/questions/services.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var inquirer = require('yo/node_modules/inquirer');
var inquirer = require('inquirer');

module.exports = [{
type: 'checkbox',
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-sails-rest-api",
"version": "0.6.1",
"version": "0.6.2",
"description": "Yeoman generator that provides already configured and optimized Sails REST API with bundle of predefined features.",
"keywords": [
"yeoman-generator",
Expand Down Expand Up @@ -34,6 +34,7 @@
},
"dependencies": {
"chalk": "^1.0.0",
"inquirer": "^0.8.0",
"print-message": "^1.2.1",
"update-notifier": "^0.3.0",
"yeoman-generator": "^0.18.9",
Expand Down

0 comments on commit 037faa9

Please sign in to comment.