Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Lab2 fix #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lab-2/website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h1>All videos. All the time.</h1>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>

<script src="js/vendor/bootstrap.min.js"></script>
<script src="https://cdn.auth0.com/js/lock/11.0.1/lock.min.js"></script>
<script src="https://cdn.auth0.com/js/lock/11.15.0/lock.min.js"></script>

<script src="js/user-controller.js"></script>
<script src="js/config.js"></script>
Expand Down
10 changes: 5 additions & 5 deletions lab-2/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"name": "24-hour-video",
"version": "1.0.0",
"description": "The 24 Hour Video Website",
"local-web-server": {
"port": 8100,
"forbid": "*.json"
"lws": {
"port": 8100,
"forbid": "*.json"
},
"scripts": {
"start": "ws",
"start": "ws -p $npm_package_lws_port",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Peter Sbarski",
"license": "BSD-2-Clause",
"devDependencies": {
"local-web-server": "^1.1.0"
"local-web-server": "^2.6.1"
}
}