Skip to content

Commit e691c74

Browse files
authored
fix package.json files according to npm suggestions (#790)
1 parent 4d7020a commit e691c74

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

packages/node-cli/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,17 @@
1616
"bugs": {
1717
"url": "https://github.com/oracle/netsuite-suitecloud-sdk/issues"
1818
},
19-
"repository": "https://github.com/oracle/netsuite-suitecloud-sdk/tree/master/packages/node-cli",
19+
"repository": {
20+
"type": "git",
21+
"url": "git+https://github.com/oracle/netsuite-suitecloud-sdk.git#master"
22+
},
2023
"main": "./src/suitecloud.js",
2124
"preferGlobal": true,
2225
"sdkFilename": "cli-2024.1.0.jar",
2326
"nsCompatibleVersion": "2024.1",
2427
"sdkDownloadUrl": "https://system.netsuite.com/download/suitecloud-sdk/24.1",
2528
"bin": {
26-
"suitecloud": "./src/suitecloud.js"
29+
"suitecloud": "src/suitecloud.js"
2730
},
2831
"dependencies": {
2932
"chalk": "4.1.2",

packages/unit-testing/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "@oracle/suitecloud-unit-testing",
33
"version": "1.5.0",
44
"license": "UPL-1.0",
5-
"repository": "https://github.com/oracle/netsuite-suitecloud-sdk/tree/master/packages/unit-testing",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/oracle/netsuite-suitecloud-sdk.git#master"
8+
},
69
"bugs": {
710
"url": "https://github.com/oracle/netsuite-suitecloud-sdk/issues"
811
},

packages/vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"icon": "resources/pluginIcon_dark.png",
1717
"repository": {
1818
"type": "git",
19-
"url": "https://github.com/oracle/netsuite-suitecloud-sdk",
19+
"url": "git+https://github.com/oracle/netsuite-suitecloud-sdk.git",
2020
"directory": "packages/vscode-extension"
2121
},
2222
"files": [

0 commit comments

Comments
 (0)