Skip to content

Commit

Permalink
Merge pull request #24 from cybertk/remove/chalk_and_yosay
Browse files Browse the repository at this point in the history
Cleanup deps
  • Loading branch information
cybertk committed Mar 17, 2016
2 parents 61ca592 + 3cd2e00 commit 6503ba6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions generators/app/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
'use strict'
var generators = require('yeoman-generator')
var chalk = require('chalk')
var yosay = require('yosay')
var _ = require('underscore')

module.exports = generators.Base.extend({
Expand All @@ -22,7 +20,9 @@ module.exports = generators.Base.extend({
var done = this.async()

// Have Yeoman greet the user.
this.log(yosay('Welcome to the outstanding ' + chalk.red('swift.framework') + ' generator!'))
this.log('Welcome to using swift.framework generator!')
this.log('If you have any questions, please submit issue at https://github.com/cybertk/generator-swift-framework/issues')
this.log()

var prompts = [{
type: 'input',
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,9 @@
"ios"
],
"dependencies": {
"chalk": "^1.1.1",
"glob": "^7.0.3",
"underscore": "^1.8.3",
"yamljs": "^0.2.3",
"yeoman-generator": "^0.22.5",
"yosay": "^1.0.5"
"yeoman-generator": "^0.22.5"
},
"devDependencies": {
"yeoman-assert": "^2.0.0",
Expand Down

0 comments on commit 6503ba6

Please sign in to comment.