ember-cli-coffeescript
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -8,4 +8,9 @@ module.exports = { | ||
install: function(options) { | ||
return this.lookupBlueprint('controller').install(options); | ||
}, | ||
beforeInstall: function(options) { | ||
this.lookupBlueprint('controller').beforeInstall(options); | ||
var controllerBlueprint = this.lookupBlueprint('controller'); | ||
return controllerBlueprint.beforeInstall(options); | ||
}, | ||
@@ -12,0 +17,0 @@ locals: function(options) { |
{ | ||
"name": "ember-cli-coffeescript", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Adds precompilation of CoffeeScript files and all the basic generation types to the `ember generate` command.", | ||
@@ -25,6 +25,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"fs-extra": "^0.11.0", | ||
"inflection": "^1.4.0", | ||
"broccoli-coffee": "~0.1.1" | ||
"broccoli-coffee": "~0.1.2", | ||
"fs-extra": "^0.11.1", | ||
"inflection": "^1.4.0" | ||
} | ||
} |
@@ -14,3 +14,4 @@ # CoffeeScript support for ember-cli | ||
**NB**: This addon requires ember-cli version `0.0.46` and up. | ||
**NB**: This addon requires ember-cli version `0.1.0` and up. It might work on | ||
earlier versions, but I wouldn't know. | ||
@@ -17,0 +18,0 @@ ### How to use |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24463
82
414
24
1
Updatedbroccoli-coffee@~0.1.2
Updatedfs-extra@^0.11.1