Skip to content

Commit 9959870

Browse files
committed
Use renamed tota11y package
1 parent cbb3fb2 commit 9959870

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"new": "yo ./_new"
1313
},
1414
"dependencies": {
15+
"@khanacademy/tota11y": "0.2.0",
1516
"alpaca": "1.5.27",
1617
"blob.js": "1.0.1",
1718
"bluebird": "3.5.4",
@@ -72,7 +73,6 @@
7273
"systemjs": "3.1.6",
7374
"tableexport": "5.2.0",
7475
"tinymce": "5.0.5",
75-
"tota11y": "0.1.6",
7676
"underscore": "1.9.1",
7777
"unitegallery": "1.7.28",
7878
"urijs": "1.19.1",

tota11y/dnn-library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"files": ["node_modules/tota11y/build/tota11y.min.js"],
2+
"files": ["node_modules/@khanacademy/tota11y/dist/tota11y.min.js"],
33
"resources": []
44
}

tota11y/tota11y.dnn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<libraryName>tota11y</libraryName>
2424
<fileName>tota11y.min.js</fileName>
2525
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
26-
<CDNPath>https://cdn.jsdelivr.net/npm/tota11y@<~=version~>/build/tota11y.min.js</CDNPath>
26+
<CDNPath>https://cdn.jsdelivr.net/npm/@khanacademy/tota11y@<~=version~>/dist/tota11y.min.js</CDNPath>
2727
<objectName></objectName>
2828
</javaScriptLibrary>
2929
</component>

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
# yarn lockfile v1
33

44

5+
"@khanacademy/tota11y@0.2.0":
6+
version "0.2.0"
7+
resolved "https://registry.yarnpkg.com/@khanacademy/tota11y/-/tota11y-0.2.0.tgz#35f184ca1ed09ba1f237350e4c514e2b8e176de3"
8+
integrity sha512-myvvtej7h/KQBPZAQ1XsJNrh7teEpN+qUwtVU6+t8U4Kf9/SnOlGpfxM2833Dlc0bORw+VJSwmHk/v5BNcPF1w==
9+
510
"@mrmlnc/readdir-enhanced@^2.2.1":
611
version "2.2.1"
712
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
@@ -5687,11 +5692,6 @@ to-through@^2.0.0:
56875692
dependencies:
56885693
through2 "^2.0.3"
56895694

5690-
tota11y@0.1.6:
5691-
version "0.1.6"
5692-
resolved "https://registry.yarnpkg.com/tota11y/-/tota11y-0.1.6.tgz#312723614ff95ffbb874e56880494077471e1547"
5693-
integrity sha1-MScjYU/5X/u4dOVogElAd0ceFUc=
5694-
56955695
tough-cookie@^2.0.0, tough-cookie@~2.3.3:
56965696
version "2.3.3"
56975697
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.3.tgz#0b618a5565b6dea90bf3425d04d55edc475a7561"

0 commit comments

Comments
 (0)