Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-cli-hbars

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-hbars - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

ember-addon-main.js

@@ -11,3 +11,3 @@ 'use strict';

app.registry.add('template', {
name: 'ember-cli-htmlbars',
name: 'ember-cli-hbars',
ext: ['haml', 'hbars'],

@@ -14,0 +14,0 @@ toTree: function(tree) {

{
"name": "ember-cli-hbars",
"version": "0.0.5",
"version": "0.0.6",
"description": "Haml to Handlebars/HTMLBars template engine",

@@ -5,0 +5,0 @@ "main": "index.js",

# Ember CLI hbars
`npm install --save-dev ember-cli-hbars`
If only it were this easy to live on the edge. For now you'll have to configure Ember CLI to use at least Ember 1.10.0-beta.1.
You can read [this post](http://reefpoints.dockyard.com/2014/11/30/htmlbars_calling_all_testers.html) learn more but the tldr:
```
rm -rf bower_components
```
Then update to Ember canary:
```
bower install --save ember#canary
```
If you'd like to explicity lock in to the minimum version instead use:
```
bower install --save ember#1.10.0-beta.1
```
Then:
```
bower install --save handlebars#~2.0.0
bower install
npm uninstall --save-dev broccoli-ember-hbs-template-compiler
npm install --save-dev ember-cli-htmlbars
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc