create-nolly-template 1.0.2 → 1.0.3

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import prompts from 'prompts';
3
3
  import { registry } from './registry/index.js';
4
4
  import { buildProject } from './builder.js';
5
- import packageJSON from '../package.json';
5
+ import packageJSON from '../package.json' with { type: 'json' };
6
6
  async function printHelp() {
7
7
  console.log(`
8
8
  🚀 create-nolly-template v${packageJSON.version}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-nolly-template",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "All of my opiniated templates in one place. This is a CLI tool to create a new project based on one of my templates.",
5
5
  "keywords": [
6
6
  "template",