ember-cli-timecop
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -12,3 +12,4 @@ /* jshint node: true */ | ||
return this.treeGenerator(path.join(__dirname, 'node_modules')); | ||
var assetsPath = require('path').join('timecop', 'timecop.js'); | ||
return this.treeGenerator(require.resolve('timecop').replace(assetsPath, '')); | ||
}, | ||
@@ -15,0 +16,0 @@ |
{ | ||
"name": "ember-cli-timecop", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "The default blueprint for ember-cli addons.", | ||
@@ -5,0 +5,0 @@ "directories": { |
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
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
13218
158