Skip to content

Commit

Permalink
Merge pull request #92 from ngx-rocket/feature/update
Browse files Browse the repository at this point in the history
Feature/update
  • Loading branch information
sinedied authored Jun 30, 2017
2 parents b29a3c5 + e8baeae commit 4d4c094
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 20 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ install:
- npm link

before_script:
- export DBUS_SESSION_BUS_ADDRESS=/dev/null
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

Expand Down
4 changes: 0 additions & 4 deletions generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ class NgxGenerator extends Generator {
}

install() {
this.config.set('version', this.version);
this.config.set('props', this.props);
this.config.save();

const skipInstall = this.options['skip-install'];

if (!skipInstall) {
Expand Down
14 changes: 0 additions & 14 deletions generators/app/options.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,13 @@
"desc": "Skip Yeoman's welcome message",
"defaults": false
},
{
"name": "update",
"type": "Boolean",
"required": false,
"desc": "Update existing project",
"defaults": true
},
{
"name": "analytics",
"type": "Boolean",
"required": false,
"desc": "Report anonymous usage analytics",
"defaults": true
},
{
"name": "automate",
"type": "String",
"required": false,
"desc": "Automate prompt answers using the specified JSON file",
"defaults": ""
},
{
"name": "addons",
"type": "String",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
},
"dependencies": {
"@ngx-rocket/ascii-logo": "^1.0.0",
"@ngx-rocket/core": "^0.9.5",
"chalk": "^1.1.1",
"@ngx-rocket/core": "^1.1.0",
"chalk": "^2.0.1",
"insight": "^0.8.4"
},
"devDependencies": {
Expand Down

0 comments on commit 4d4c094

Please sign in to comment.