@smapiot/pilet-template-angular 0.15.2-beta.4952 → 0.15.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +1 -1
- package/package.json +3 -3
package/lib/index.js
CHANGED
|
@@ -1052,7 +1052,7 @@ var require_utils2 = __commonJS({
|
|
|
1052
1052
|
var log_1 = require_log();
|
|
1053
1053
|
function makeRelative(path, root2) {
|
|
1054
1054
|
const relPath = (0, path_1.isAbsolute)(path) ? (0, path_1.relative)(root2, path) : path;
|
|
1055
|
-
return relPath.
|
|
1055
|
+
return relPath.split(path_1.sep).join(path_1.posix.sep);
|
|
1056
1056
|
}
|
|
1057
1057
|
exports.makeRelative = makeRelative;
|
|
1058
1058
|
function getPackageJsonWithSource(root2, targetDir, fileName) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smapiot/pilet-template-angular",
|
|
3
|
-
"version": "0.15.2
|
|
3
|
+
"version": "0.15.2",
|
|
4
4
|
"description": "Official scaffolding template for pilets: 'angular'.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"piral-cli",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@smapiot/template-utils": "0.15.2
|
|
57
|
+
"@smapiot/template-utils": "^0.15.2"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "174ebac982e93e050d82c7aa611ccb7b4f7ce6ed"
|
|
60
60
|
}
|