create-coralite 0.36.3 → 0.37.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.
package/bin/index.js CHANGED
@@ -41,7 +41,7 @@ program.parse()
41
41
 
42
42
  const options = program.opts()
43
43
  const cwd = process.cwd()
44
- const { blue, magenta, cyan } = colours
44
+ const { magenta, cyan } = colours
45
45
  const TEMPLATES = [
46
46
  {
47
47
  value: 'css',
package/lib/utils.js CHANGED
@@ -7,9 +7,6 @@ import {
7
7
  existsSync,
8
8
  rmSync
9
9
  } from 'fs'
10
- import colours from 'kleur'
11
-
12
- const { blue, magenta } = colours
13
10
 
14
11
 
15
12
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-coralite",
3
- "version": "0.36.3",
3
+ "version": "0.37.1",
4
4
  "description": "Coralite scaffolding script",
5
5
  "bin": {
6
6
  "create-coralite": "bin/index.js",
@@ -8,7 +8,7 @@
8
8
  "build": "coralite-scripts build"
9
9
  },
10
10
  "devDependencies": {
11
- "coralite-scripts": "^0.36.3",
11
+ "coralite-scripts": "^0.37.1",
12
12
  "cross-env": "^10.1.0"
13
13
  }
14
14
  }
@@ -40,7 +40,7 @@
40
40
  }
41
41
  },
42
42
 
43
- script ({ state, root, instanceId, signal, refs }) {
43
+ script ({ state, signal, refs }) {
44
44
  const button = refs('count-button')
45
45
 
46
46
  button.addEventListener('click', async () => {
@@ -8,7 +8,7 @@
8
8
  "build": "coralite-scripts build"
9
9
  },
10
10
  "devDependencies": {
11
- "coralite-scripts": "^0.36.3",
11
+ "coralite-scripts": "^0.37.1",
12
12
  "cross-env": "^10.1.0"
13
13
  }
14
14
  }
@@ -40,7 +40,7 @@
40
40
  }
41
41
  },
42
42
 
43
- script ({ state, root, instanceId, signal, refs }) {
43
+ script ({ state, signal, refs }) {
44
44
  const button = refs('count-button')
45
45
 
46
46
  button.addEventListener('click', async () => {