bloom-player 2.0.94 → 2.0.95
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"// The major and minor version numbers shown here are used by the TeamCity build, so they are meaningful.": "",
|
|
6
6
|
"// Local builds will always get this exact version number, but that should be okay.": "",
|
|
7
7
|
"// There's no need to update the patch value before committing and merging: the TeamCity process ensures a new patch number for each merge.": "",
|
|
8
|
-
"version": "2.0.
|
|
8
|
+
"version": "2.0.95",
|
|
9
9
|
"description": "A library for displaying Bloom books in iframes or WebViews",
|
|
10
10
|
"main": "bloomPlayer.min.js",
|
|
11
11
|
"author": "SIL International",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"url-loader": "^1.1.2",
|
|
108
108
|
"webpack": "^4.39.2",
|
|
109
109
|
"webpack-bundle-analyzer": "^3.3.2",
|
|
110
|
-
"webpack-cli": "
|
|
110
|
+
"webpack-cli": "3.3.0",
|
|
111
111
|
"webpack-dev-server": "^3.7.2",
|
|
112
112
|
"webpack-merge": "^4.2.1",
|
|
113
113
|
"yarn": "^1.15.2"
|