@gamelearn/arcade-components 1.3.8 → 1.3.9

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.
@@ -19,6 +19,7 @@ var mockProps = {
19
19
  setResolveAction: function setResolveAction() {},
20
20
  image: {
21
21
  img: {
22
+ // eslint-disable-next-line max-len
22
23
  url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/58dccfba26561500117caf53/image/60508f84901f3e00123a0796/holamundo.jpg'
23
24
  }
24
25
  },
@@ -17,6 +17,7 @@ var mockProps = {
17
17
  keyboard: [['1', '2', '3'], ['4', '5', '6'], ['7', '8', '9'], ['*', '0', '#']],
18
18
  image: {
19
19
  img: {
20
+ // eslint-disable-next-line max-len
20
21
  url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/58dccfba26561500117caf53/image/60508f84901f3e00123a0796/holamundo.jpg'
21
22
  }
22
23
  },
@@ -30,6 +30,7 @@ var mockProps = {
30
30
  },
31
31
  image: {
32
32
  img: {
33
+ // eslint-disable-next-line max-len
33
34
  url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/58dccfba26561500117caf53/image/60508f84901f3e00123a0796/holamundo.jpg'
34
35
  }
35
36
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gamelearn/arcade-components",
3
3
  "license": "Gamelearn",
4
- "version": "1.3.8",
4
+ "version": "1.3.9",
5
5
  "main": "dist/index.js",
6
6
  "files": [
7
7
  "dist",
@@ -81,6 +81,7 @@
81
81
  "eslint-plugin-prettier": "^4.0.0",
82
82
  "nodemon": "^2.0.13",
83
83
  "plop": "^2.7.4",
84
+ "prettier": "^2.5.0",
84
85
  "react": "0.0.0-experimental-27659559e",
85
86
  "react-dom": "0.0.0-experimental-27659559e",
86
87
  "react-scripts": "4.0.1",
@@ -95,4 +96,4 @@
95
96
  "^react-konva-utils$": "react-pdf/dist/umd/entry.jest"
96
97
  }
97
98
  }
98
- }
99
+ }