@stencil/angular-output-target
Advanced tools
Comparing version 0.0.1-dev.11730913953.1fecd221 to 0.0.1-dev.11730928290.1699ee88
@@ -46,5 +46,6 @@ import { EOL } from 'os'; | ||
const copyTasks = resourcesFilesToCopy.map((rf) => { | ||
const dest = path.resolve(directory, rf); | ||
return { | ||
src: path.join(__dirname, '../resources/control-value-accessors/', rf), | ||
dest: path.join(directory, rf), | ||
dest: path.extname(dest) ? path.dirname(dest) : dest, | ||
keepDirStructure: false, | ||
@@ -51,0 +52,0 @@ warn: false, |
@@ -388,5 +388,6 @@ 'use strict'; | ||
const copyTasks = resourcesFilesToCopy.map((rf) => { | ||
const dest = path__default["default"].resolve(directory, rf); | ||
return { | ||
src: path__default["default"].join(__dirname, '../resources/control-value-accessors/', rf), | ||
dest: path__default["default"].join(directory, rf), | ||
dest: path__default["default"].extname(dest) ? path__default["default"].dirname(dest) : dest, | ||
keepDirStructure: false, | ||
@@ -393,0 +394,0 @@ warn: false, |
@@ -380,5 +380,6 @@ import path from 'path'; | ||
const copyTasks = resourcesFilesToCopy.map((rf) => { | ||
const dest = path.resolve(directory, rf); | ||
return { | ||
src: path.join(__dirname, '../resources/control-value-accessors/', rf), | ||
dest: path.join(directory, rf), | ||
dest: path.extname(dest) ? path.dirname(dest) : dest, | ||
keepDirStructure: false, | ||
@@ -385,0 +386,0 @@ warn: false, |
{ | ||
"name": "@stencil/angular-output-target", | ||
"version": "0.0.1-dev.11730913953.1fecd221", | ||
"version": "0.0.1-dev.11730928290.1699ee88", | ||
"description": "Angular output target for @stencil/core components.", | ||
@@ -71,3 +71,3 @@ "main": "dist/index.cjs.js", | ||
}, | ||
"gitHead": "fecd221ccc756da90b0c2e29d29b7a0ca9e5ef26" | ||
"gitHead": "699ee88cb3dc0726b12a985c49a3875b9eb7745a" | ||
} |
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
109341
2099