Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit 094eade

Browse files
committed
updated to new location for dxsync
1 parent ac3ca5b commit 094eade

6 files changed

Lines changed: 3 additions & 3 deletions

File tree

dashboard.tar.gz

6 Bytes
Binary file not shown.

digexp-dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"async": "^1.3.0",
2626
"chokidar": "^1.0.3",
2727
"diff": "^1.4.0",
28-
"dxsync": "https://github.com/OpenNTF/WebDevToolkitForDx/blob/master/dxsync-1.0.2.tar.gz?raw=true",
28+
"dxsync": "https://github.com/OpenNTF/WebDevToolkitForDx/blob/master/TempPatch/dxsync-1.0.2.tar.gz?raw=true",
2929
"digexp-wcm-design": "file:../wcm-design.tar.gz",
3030
"findit": "",
3131
"map-stream": "0.0.6",

digexp-dashboard/postinstall.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ var rm_rf = function(path, cb) {
4242
};
4343
console.log("Installing dxsync:");
4444
var cwd = process.cwd();
45-
var command = "npm install --no-optional --no-bin-links --prefix " + cwd + " https://github.com/OpenNTF/WebDevToolkitForDx/blob/master/dxsync-1.0.2.tar.gz?raw=true";
45+
var command = "npm install --no-optional --no-bin-links --prefix " + cwd + " https://github.com/OpenNTF/WebDevToolkitForDx/blob/master/TempPatch/dxsync-1.0.2.tar.gz?raw=true";
4646
if (process.platform == "win32") {
47-
command = "https://github.com/OpenNTF/WebDevToolkitForDx/blob/master/dxsync-1.0.2.tar.gz?raw=true";
47+
command = "https://github.com/OpenNTF/WebDevToolkitForDx/blob/master/TempPatch/dxsync-1.0.2.tar.gz?raw=true";
4848
};
4949
var cleanup = function() {
5050
rm_rf("node_modules/dxsync/precompiled_modules/");

release/digexp-toolkit.zip

4 Bytes
Binary file not shown.

sp-server.tar.gz

5 Bytes
Binary file not shown.

wcm-design.tar.gz

-7 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)