Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Update local-only dependencies
Browse files Browse the repository at this point in the history
Summary:
D25503 included a change to use part of the Moment API that wasn't available in the version of
`moment.js` included in the `local-only` subdirectory. On mobile, these `local-only` dependencies
are actually used as production dependencies, since we don't have webapp to rely on. (This is not a
good setup, but it's what we have to work with for now.) This diff is just a result of running the
`update_local.sh` script.

Test Plan:
- On web:
    - Run khan-exercises in local mode.
    - Open up the console.
    - Verify that `moment().locale` is defined. (This behavior isn't actually used when testing locally.)
- On iOS:
    - Substate this change into the webview repo.
    - Re-build the JS bundle.
    - Verify that exercises load and complete without error.

Reviewers: jared, john

Reviewed By: jared, john

Subscribers: john, #ios

Differential Revision: https://phabricator.khanacademy.org/D25789
  • Loading branch information
Charles Marsh committed Mar 9, 2016
1 parent 1070e1b commit a8402b8
Show file tree
Hide file tree
Showing 3 changed files with 4,209 additions and 1,947 deletions.
Loading

0 comments on commit a8402b8

Please sign in to comment.