toranb / ember-template-compiler

An npm module for the ember-template-compiler.js file that ships with ember.js
MIT License
30 stars 23 forks source link

Latest handlebars 1.x version #9

Closed johanneswuerbach closed 10 years ago

johanneswuerbach commented 10 years ago

This allows handlebars 1.2 and fixes the following error:

Failed to update/save devDependencies { [Error: The package handlebars does not satisfy its siblings' peerDependencies requirements!]
  code: 'EPEERINVALID',
  packageName: 'handlebars',
  peersDepending: { 'ember-template-compiler@1.2.0': '~1.1' } }

NPM is using a different 1.x syntax then bundler: https://github.com/components/ember-data/issues/18#issuecomment-30973378

rwjblue commented 10 years ago

@johanneswuerbach - Thank you!

toranb commented 10 years ago

@rjackson can you update the npm registry to include this fix?

rwjblue commented 10 years ago

Yep, will do shortly (an hour or so).

rwjblue commented 10 years ago

NPM updated (sorry for the delay).