Skip to content

Commit

Permalink
use uv-v4.netlify.app
Browse files Browse the repository at this point in the history
  • Loading branch information
edsilv committed Nov 12, 2021
1 parent 85dac1a commit 39c2334
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 29 deletions.
2 changes: 1 addition & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"use strict"; // Start of use strict

function viewManifest(manifest) {
window.location.href = '/uv.html?manifest=' + manifest;
window.location.href = 'https://uv-v4.netlify.app#?manifest=' + manifest;
}

var manifest = Utils.Urls.getQuerystringParameter('manifest');
Expand Down
4 changes: 2 additions & 2 deletions js/index.min.js

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

95 changes: 69 additions & 26 deletions package-lock.json

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

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"preinstall": "npx npm-force-resolutions"
},
"resolutions": {
"graceful-fs": "^4.2.4"
},
"devDependencies": {
"bootstrap": "^3.3.7",
"browser-sync": "^2.26.7",
Expand Down

0 comments on commit 39c2334

Please sign in to comment.