Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #122 from Polymer/install-deps
Browse files Browse the repository at this point in the history
Install dependencies via smarter yeoman method
  • Loading branch information
justinfagnani committed May 13, 2016
2 parents b78b9c4 + 89ac019 commit 5adb262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/polykart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function getGenerator(options?) {
}

install() {
(<any>this).bowerInstall();
this.installDependencies();
}
}
}

0 comments on commit 5adb262

Please sign in to comment.