Skip to content

Commit

Permalink
few more fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Himani1519 <[email protected]>
  • Loading branch information
Himani1519 committed Nov 8, 2023
1 parent ac50fab commit e2ae43a
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 17 deletions.
14 changes: 7 additions & 7 deletions lib/initInstance.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
This program and the accompanying materials are
made available under the terms of the Eclipse Public License v2.0 which accompanies
this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html
SPDX-License-Identifier: EPL-2.0
Copyright Contributors to the Zowe Project.
This program and the accompanying materials are
made available under the terms of the Eclipse Public License v2.0 which accompanies
this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html
SPDX-License-Identifier: EPL-2.0
Copyright Contributors to the Zowe Project.
*/

const fs = require('fs');
Expand Down
14 changes: 7 additions & 7 deletions lib/initUtils.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
This program and the accompanying materials are
made available under the terms of the Eclipse Public License v2.0 which accompanies
this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html
SPDX-License-Identifier: EPL-2.0
Copyright Contributors to the Zowe Project.
This program and the accompanying materials are
made available under the terms of the Eclipse Public License v2.0 which accompanies
this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html
SPDX-License-Identifier: EPL-2.0
Copyright Contributors to the Zowe Project.
*/

const fs = require('fs');
Expand Down
2 changes: 1 addition & 1 deletion lib/zluxCluster.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*
This program and the accompanying materials are
made available under the terms of the Eclipse Public License v2.0 which accompanies
Expand All @@ -8,6 +7,7 @@
Copyright Contributors to the Zowe Project.
*/

'use strict';

const clusterManager = require('zlux-server-framework/lib/clusterManager').clusterManager;
Expand Down
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,15 @@
"lint": "eslint ."
},
"dependencies": {
"zlux-server-framework": "file:../zlux-server-framework",
"mkdirp": "~0.5.1"
"mkdirp": "~0.5.1",
"ncp": "^2.0.0",
"std": "^0.1.40",
"zlux-server-framework": "file:../zlux-server-framework"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.10.0",
"eslint": "^8.53.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.29.0"
}
}

0 comments on commit e2ae43a

Please sign in to comment.