@inglorious/create-game 1.0.7 → 1.0.8

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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4
4
 
5
- The official scaffolding tool to quickly create a new game with the [Inglorious Engine](https://github.com/IngloriousCoderz/inglorious-engine).
5
+ The official scaffolding tool to quickly create a new game with the [Inglorious Engine](https://www.npmjs.com/package/@inglorious/engine).
6
6
 
7
7
  This package allows you to generate a new project from a set of pre-configured templates, so you can start developing your game right away.
8
8
 
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@inglorious/create-game",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "A scaffolding tool to quickly create a new game with the Inglorious Engine.",
5
5
  "author": "IceOnFire <antony.mistretta@gmail.com> (https://ingloriouscoderz.it)",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "git+https://github.com/IngloriousCoderz/inglorious-engine.git",
9
+ "url": "git+https://github.com/IngloriousCoderz/inglorious-forge.git",
10
10
  "directory": "packages/create-game"
11
11
  },
12
12
  "homepage": "https://inglorious-engine.vercel.app/",
13
13
  "bugs": {
14
- "url": "https://github.com/IngloriousCoderz/inglorious-engine/issues"
14
+ "url": "https://github.com/IngloriousCoderz/inglorious-forge/issues"
15
15
  },
16
16
  "keywords": [
17
17
  "cli",
@@ -10,7 +10,8 @@
10
10
  "format": "prettier --write '**/*.{js,ijs}'",
11
11
  "lint": "eslint . --ext js,ijs --report-unused-disable-directives --max-warnings 0",
12
12
  "dev": "vite",
13
- "build": "vite build"
13
+ "build": "vite build",
14
+ "preview": "vite preview"
14
15
  },
15
16
  "dependencies": {
16
17
  "@inglorious/engine": "workspace:*",
@@ -10,7 +10,8 @@
10
10
  "format": "prettier --write '**/*.{ts,its}'",
11
11
  "lint": "eslint . --ext ts,its --report-unused-disable-directives --max-warnings 0",
12
12
  "dev": "vite",
13
- "build": "vite build"
13
+ "build": "vite build",
14
+ "preview": "vite preview"
14
15
  },
15
16
  "dependencies": {
16
17
  "@inglorious/engine": "workspace:*",
@@ -10,7 +10,8 @@
10
10
  "format": "prettier --write '**/*.js'",
11
11
  "lint": "eslint . --ext js --report-unused-disable-directives --max-warnings 0",
12
12
  "dev": "vite",
13
- "build": "vite build"
13
+ "build": "vite build",
14
+ "preview": "vite preview"
14
15
  },
15
16
  "dependencies": {
16
17
  "@inglorious/engine": "workspace:*",
@@ -1,6 +1,6 @@
1
1
  # my-game
2
2
 
3
- A new game created with [@inglorious/create-game](https://github.com/Antony-Mistretta/inglorious-engine/tree/main/packages/create-game).
3
+ A new game created with [@inglorious/create-game](https://www.npmjs.com/package/@inglorious/create-game).
4
4
 
5
5
  This template is a minimal setup for running the Inglorious Engine directly in the browser without any build step.
6
6
 
@@ -10,7 +10,8 @@
10
10
  "format": "prettier --write '**/*.ts'",
11
11
  "lint": "eslint . --ext ts --report-unused-disable-directives --max-warnings 0",
12
12
  "dev": "vite",
13
- "build": "vite build"
13
+ "build": "vite build",
14
+ "preview": "vite preview"
14
15
  },
15
16
  "dependencies": {
16
17
  "@inglorious/engine": "workspace:*",