ember-cli-deploy-archive-sass
Advanced tools
Comparing version 1.3.1 to 1.4.0
@@ -5,3 +5,3 @@ # Change Log | ||
## 1.3.1 | ||
## 1.4.0 | ||
### Fixed | ||
@@ -8,0 +8,0 @@ - use require's resolve to get dependency paths |
@@ -103,7 +103,4 @@ /* jshint node: true */ | ||
fs.ensureDirSync(path.join(this.destDir, 'libraries', 'expansions')); | ||
// NOTE: not using getPackagePath('calcite-bootstrap/package.json'); here | ||
// b/c that ends up resolving to a previous version in the monorepo | ||
// that is a dependency of the other addons | ||
// so for now we are forcing to use the direct dependency of this app | ||
var calciteBootstrapPath = path.join('node_modules', 'calcite-bootstrap'); | ||
var calciteBootstrapPath = getPackagePath('calcite-bootstrap/package.json') | ||
console.log('calciteBootstrapPath', calciteBootstrapPath); | ||
@@ -110,0 +107,0 @@ promises.push(copy(path.join(calciteBootstrapPath, 'dist', 'sass', 'expansions'), path.join(this.destDir, 'libraries', 'expansions'))); |
@@ -8,3 +8,3 @@ { | ||
"devDependencies": {}, | ||
"version": "1.3.1", | ||
"version": "1.4.0", | ||
"main": "index.js", | ||
@@ -11,0 +11,0 @@ "dependencies": { |
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
6306
101