Skip to content

Commit

Permalink
Use renamed tota11y package
Browse files Browse the repository at this point in the history
  • Loading branch information
bdukes committed May 21, 2019
1 parent cbb3fb2 commit 9959870
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"new": "yo ./_new"
},
"dependencies": {
"@khanacademy/tota11y": "0.2.0",
"alpaca": "1.5.27",
"blob.js": "1.0.1",
"bluebird": "3.5.4",
Expand Down Expand Up @@ -72,7 +73,6 @@
"systemjs": "3.1.6",
"tableexport": "5.2.0",
"tinymce": "5.0.5",
"tota11y": "0.1.6",
"underscore": "1.9.1",
"unitegallery": "1.7.28",
"urijs": "1.19.1",
Expand Down
2 changes: 1 addition & 1 deletion tota11y/dnn-library.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"files": ["node_modules/tota11y/build/tota11y.min.js"],
"files": ["node_modules/@khanacademy/tota11y/dist/tota11y.min.js"],
"resources": []
}
2 changes: 1 addition & 1 deletion tota11y/tota11y.dnn
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<libraryName>tota11y</libraryName>
<fileName>tota11y.min.js</fileName>
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
<CDNPath>https://cdn.jsdelivr.net/npm/tota11y@<~=version~>/build/tota11y.min.js</CDNPath>
<CDNPath>https://cdn.jsdelivr.net/npm/@khanacademy/tota11y@<~=version~>/dist/tota11y.min.js</CDNPath>
<objectName></objectName>
</javaScriptLibrary>
</component>
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# yarn lockfile v1


"@khanacademy/[email protected]":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@khanacademy/tota11y/-/tota11y-0.2.0.tgz#35f184ca1ed09ba1f237350e4c514e2b8e176de3"
integrity sha512-myvvtej7h/KQBPZAQ1XsJNrh7teEpN+qUwtVU6+t8U4Kf9/SnOlGpfxM2833Dlc0bORw+VJSwmHk/v5BNcPF1w==

"@mrmlnc/readdir-enhanced@^2.2.1":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
Expand Down Expand Up @@ -5687,11 +5692,6 @@ to-through@^2.0.0:
dependencies:
through2 "^2.0.3"

[email protected]:
version "0.1.6"
resolved "https://registry.yarnpkg.com/tota11y/-/tota11y-0.1.6.tgz#312723614ff95ffbb874e56880494077471e1547"
integrity sha1-MScjYU/5X/u4dOVogElAd0ceFUc=

tough-cookie@^2.0.0, tough-cookie@~2.3.3:
version "2.3.3"
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.3.tgz#0b618a5565b6dea90bf3425d04d55edc475a7561"
Expand Down

0 comments on commit 9959870

Please sign in to comment.