Skip to content

Commit

Permalink
Merge pull request #5 from edx/matthugs/npm-dependency-update
Browse files Browse the repository at this point in the history
update with properly published dependencies
  • Loading branch information
matthugs authored Dec 6, 2018
2 parents 278e62d + 9d1e602 commit c9e4814
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@edx/mockprock",
"version": "1.0.0",
"version": "1.0.1",
"description": "Mock proctoring backend for Open edX",
"main": "static/index.js",
"scripts": {
Expand All @@ -24,6 +24,6 @@
},
"homepage": "https://github.com/edx/mockprock#readme",
"dependencies": {
"@edx/edx-proctoring": "git+https://[email protected]/edx/edx-proctoring.git#master"
"@edx/edx-proctoring": "^1.5.0-rc.1"
}
}

0 comments on commit c9e4814

Please sign in to comment.