@scandipwa/csa-generator-extension
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -11,3 +11,3 @@ const path = require('path'); | ||
// logger.clear(); | ||
const relativePathname = `./${pathname}`; | ||
const relativePathname = `.${ path.sep }${ pathname }`; | ||
logger.logN(`Success! Created ScandiPWA extension "${ logger.style.misc(name) }" at ${ logger.style.file(relativePathname) }!`); | ||
@@ -14,0 +14,0 @@ }; |
{ | ||
"name": "@scandipwa/csa-generator-extension", | ||
"description": "Extension template used by CSA.", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"main": "index.js", | ||
"license": "OSL-3.0", | ||
"dependencies": { | ||
"@scandipwa/scandipwa-dev-utils": "^0.0.13" | ||
"@scandipwa/scandipwa-dev-utils": "^0.0.14" | ||
}, | ||
@@ -13,3 +13,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "739861d9fc7c323622236c9063cc0104e2b0cced" | ||
"gitHead": "ae3579b5ebbe46b07cc723fd38772ce7388c9461" | ||
} |
2820
+ Added@scandipwa/scandipwa-dev-utils@0.0.14(transitive)
- Removed@scandipwa/scandipwa-dev-utils@0.0.13(transitive)