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

Commit

Permalink
Update node_modules and minor modifications to be dropped later
Browse files Browse the repository at this point in the history
  • Loading branch information
prertik committed Jan 29, 2020
1 parent 55552b6 commit 6b37d26
Show file tree
Hide file tree
Showing 39 changed files with 1,260 additions and 1,932 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//deploy/core/node_modules/*
!/deploy/core/node_modules/lighttabledeploy/core/node_modules/lighttable/cljs/
/deploy/core/node_modules/*
!/deploy/core/node_modules/lighttable
/deploy/core/node_modules/clojurescript/cljsDeps/
/target/
/deploy/plugins/
Expand Down
6 changes: 3 additions & 3 deletions deploy/core/LightTable.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
</div>
<div id="wrapper" style="opacity:0;">
</div>
<script src="node_modules/lighttable/util/keyevents.js" type="text/javascript"> </script>
<script src="node_modules/lighttable/util/throttle.js" type="text/javascript"> </script>
<script src="lighttable/util/keyevents.js" type="text/javascript"> </script>
<script src="lighttable/util/throttle.js" type="text/javascript"> </script>
<script type="text/javascript">
var script = document.createElement("script");
script.type = "text/javascript";
script.async = false;
script.src= "node_modules/lighttable/bootstrap.js";
script.src= "lighttable/bootstrap.js";
document.body.appendChild(script);
script.onload = function() {
try {
Expand Down
1 change: 1 addition & 0 deletions deploy/core/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ function createWindow() {
browserWindowOptions.icon = __dirname + '/' + browserWindowOptions.icon;
let window = new BrowserWindow(browserWindowOptions);
windows[window.id] = window;
window.webContents.toggleDevTools();
window.focus();
window.webContents.on("will-navigate", function(e) {
e.preventDefault();
Expand Down
29 changes: 25 additions & 4 deletions deploy/core/node_modules/ajv/README.md

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

45 changes: 18 additions & 27 deletions deploy/core/node_modules/ajv/dist/ajv.bundle.js

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

4 changes: 2 additions & 2 deletions deploy/core/node_modules/ajv/dist/ajv.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion deploy/core/node_modules/ajv/dist/ajv.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions deploy/core/node_modules/ajv/lib/ajv.d.ts

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

6 changes: 3 additions & 3 deletions deploy/core/node_modules/ajv/lib/compile/formats.js

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

24 changes: 12 additions & 12 deletions deploy/core/node_modules/ajv/package.json

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

13 changes: 7 additions & 6 deletions deploy/core/node_modules/bencode/package.json

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

3 changes: 3 additions & 0 deletions deploy/core/node_modules/codemirror/AUTHORS

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

0 comments on commit 6b37d26

Please sign in to comment.