qti3-item-player-vue3 0.1.0 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qti3-item-player-vue3",
3
- "version": "0.1.0",
3
+ "version": "0.1.5",
4
4
  "description": "QTI 3 Item Player implemented with Vue 3",
5
5
  "author": {
6
6
  "name": "Paul Grudnitski",
@@ -17,7 +17,9 @@
17
17
  "Vue 3"
18
18
  ],
19
19
  "type": "module",
20
- "files": ["dist"],
20
+ "files": [
21
+ "dist"
22
+ ],
21
23
  "main": "./dist/qti3-item-player-vue3.umd.js",
22
24
  "module": "./dist/qti3-item-player-vue3.js",
23
25
  "exports": {
@@ -25,7 +27,7 @@
25
27
  "import": "./dist/qti3-item-player-vue3.js",
26
28
  "require": "./dist/qti3-item-player-vue3.umd.js"
27
29
  },
28
- "./dist/style.css": "./dist/style.css"
30
+ "./dist/qti3Player.css": "./dist/qti3Player.css"
29
31
  },
30
32
  "scripts": {
31
33
  "dev": "vite",
@@ -41,7 +43,7 @@
41
43
  "sortablejs": "^1.15.2",
42
44
  "sweetalert2": "^11.6.13",
43
45
  "tippy.js": "^6.3.7",
44
- "vue": "^3.4.21"
46
+ "vue": "^3.4.34"
45
47
  },
46
48
  "devDependencies": {
47
49
  "@vitejs/plugin-vue": "^5.0.4",
@@ -53,5 +55,6 @@
53
55
  "eslint": {
54
56
  "file-entry-cache": "8.x"
55
57
  }
56
- }
58
+ },
59
+ "packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
57
60
  }