generator-ehrcraft-script 1.2.0 → 1.2.1

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.
@@ -9,6 +9,7 @@ module.exports = class extends Generator {
9
9
  // eslint-disable-next-line no-useless-constructor
10
10
  constructor(args,opts) {
11
11
  super(args,opts);
12
+ this.env.options.nodePackageManager = 'npm';
12
13
  }
13
14
 
14
15
  prompting() {
@@ -84,11 +85,5 @@ module.exports = class extends Generator {
84
85
  this.fs.copy(this.templatePath("src"),this.destinationPath("src"));
85
86
  }
86
87
 
87
- install() {
88
- this.installDependencies({
89
- npm: true,
90
- bower: false,
91
- yarn: false
92
- });
93
- }
88
+
94
89
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generator-ehrcraft-script",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "A code generator for DIPS Forms typescript",
5
5
  "homepage": "https://dev.azure.com/dips/DIPS%20Configured%20Products/_git/generator-ehrcraft-script",
6
6
  "author": {