jigsawpuzzlegame 1.0.3 → 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9,7 +9,7 @@ Try it out live: [https://jigsawpuzzleclass.raketten.net/game.html](https://jigs
9
9
  ## Installation
10
10
 
11
11
  ```bash
12
- npm install jigsaw-puzzle
12
+ npm i jigsawpuzzlegame
13
13
  ```
14
14
 
15
15
  ## Quick Start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jigsawpuzzlegame",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "A class for creating a jigsaw puzzle",
5
5
  "keywords": [
6
6
  "jigsaw",
@@ -11,7 +11,7 @@
11
11
  "type": "git",
12
12
  "url": "git@github.com:Raketten1963/jigsawpuzzlegame.git"
13
13
  },
14
- "license": "ISC",
14
+ "license": "MIT",
15
15
  "author": "Dillon & Henrik Rasmussen",
16
16
  "type": "ES6",
17
17
  "main": "jigsaw-puzzle-game.js",