lincd-cli 0.2.27 → 0.2.28

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.
@@ -130,7 +130,7 @@ var createApp = function (name, basePath) {
130
130
  fs_extra_1["default"].mkdirSync(targetFolder);
131
131
  }
132
132
  fs_extra_1["default"].copySync(path_1["default"].join(__dirname, '..', 'defaults', 'app-with-backend'), targetFolder);
133
- fs_extra_1["default"].renameSync(path_1["default"].join(targetFolder, '.yarnrc.yml.template'), path_1["default"].join(targetFolder, '.yarnrc.yml'));
133
+ // fs.renameSync(path.join(targetFolder, '.yarnrc.yml.template'), path.join(targetFolder, '.yarnrc.yml'));
134
134
  // fs.copySync(path.join(__dirname, '..', 'defaults', 'app'), targetFolder);
135
135
  log("Creating new LINCD application '" + name + "'");
136
136
  //replace variables in some copied files
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lincd-cli",
3
- "version": "0.2.27",
3
+ "version": "0.2.28",
4
4
  "description": "Command line tools for the lincd.js library",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -59,7 +59,7 @@
59
59
  "grunt-webpack": "^5.0.0",
60
60
  "license-info-webpack-plugin": "^3.0.0",
61
61
  "lincd": "^0.5",
62
- "lincd-jsonld": "^0.1.20",
62
+ "lincd-jsonld": "^0.1.21",
63
63
  "lincd-modules": "^0.1",
64
64
  "load-grunt-tasks": "^5.1.0",
65
65
  "mini-css-extract-plugin": "^2.7.5",