Skip to content

Commit

Permalink
Merge pull request #13 from Urigo/patch-1
Browse files Browse the repository at this point in the history
Update Polymer 0.4.2
  • Loading branch information
ecwyne committed Oct 3, 2014
2 parents 5f5d548 + a2fb081 commit b31b952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polymer.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ _.forEach(bowerCommands, function (command) {

console.log('installing polymer into public direcory...');
var dir = path.join(path.relative(process.cwd(), process.env.PWD), 'public/bower_components');
Bower.install(['polymer#0.4.0'], {save: true}, {directory: dir});
Bower.install(['polymer#0.4.2'], {save: true}, {directory: dir});

0 comments on commit b31b952

Please sign in to comment.