@duetds/cli 2.6.0 → 2.6.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duetds/cli",
3
- "version": "2.6.0",
3
+ "version": "2.6.4",
4
4
  "description": "This package includes Duet Design System CLI.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "LocalTapiola Services Ltd <duetdesignsystem@lahitapiola.fi>",
@@ -33,5 +33,5 @@
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "213a82a451886b272330050ef1e4b86d83aa226e"
36
+ "gitHead": "43d69ade79c0291bfb0ae22468e186171b49a5d6"
37
37
  }
package/src/main.js CHANGED
@@ -94,9 +94,10 @@ export async function createProject(options) {
94
94
  task: () => createDeployAutomation(options),
95
95
  },
96
96
  {
97
- title: "Configure git, npm, prettier",
97
+ title: "Configure git, npm, prettier, package.json",
98
98
  task: async () => {
99
99
  await rename(`${options.targetDirectory}/template.gitignore`, `${options.targetDirectory}/.gitignore`)
100
+ await rename(`${options.targetDirectory}/package.file`, `${options.targetDirectory}/package.json`)
100
101
  await rename(`${options.targetDirectory}/template.npmrc`, `${options.targetDirectory}/.npmrc`)
101
102
  await rename(`${options.targetDirectory}/template.prettierrc`, `${options.targetDirectory}/.prettierrc`)
102
103
  },
File without changes
File without changes