create-nolly-template 1.0.4 → 1.0.5

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.
@@ -1,5 +1,5 @@
1
- import { react } from './react';
2
- import { seo } from './seo';
1
+ import { react } from './react.js';
2
+ import { seo } from './seo.js';
3
3
  export const vite = {
4
4
  key: 'vite',
5
5
  name: 'Vite TypeScript',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-nolly-template",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
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",