diff --git a/codbex-partners/package.json b/codbex-partners/package.json index a78389b..cd79ea4 100644 --- a/codbex-partners/package.json +++ b/codbex-partners/package.json @@ -8,11 +8,8 @@ "publishConfig": { "registry": "https://npm.pkg.github.com" }, - "scripts": { - "build": "tsc" - }, "dependencies": { - "@codbex/codbex-countries": "1.0.0", - "@codbex/codbex-cities": "0.6.0" + "@codbex/codbex-countries": "^1.2.0", + "@codbex/codbex-cities": "^1.1.0" } } diff --git a/codbex-partners/project.json b/codbex-partners/project.json index a30caed..7ec93a2 100644 --- a/codbex-partners/project.json +++ b/codbex-partners/project.json @@ -1,39 +1,3 @@ { - "guid": "codbex-partners", - "dependencies": [ - { - "guid": "codbex-countries", - "type": "git", - "url": "https://github.com/codbex/codbex-countries.git", - "branch": "main" - }, - { - "guid": "codbex-cities", - "type": "git", - "url": "https://github.com/codbex/codbex-cities.git", - "branch": "main" - }, - { - "guid": "codbex-navigation-groups", - "type": "git", - "url": "https://github.com/codbex/codbex-navigation-groups", - "branch": "main" - } - ], - "actions": [ - { - "name": "Build TypeScript", - "commands": [ - { - "os": "unix", - "command": "tsc" - }, - { - "os": "windows", - "command": "cmd /c tsc" - } - ], - "registry": "true" - } - ] -} \ No newline at end of file + "guid": "codbex-partners" +} diff --git a/codbex-partners/tsconfig.json b/codbex-partners/tsconfig.json deleted file mode 100644 index 9b957e3..0000000 --- a/codbex-partners/tsconfig.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "compilerOptions": { - "module": "ESNext", - "target": "ES6", - "moduleResolution": "Node", - "baseUrl": "../", - "lib": [ - "ESNext", - "DOM" - ], - "paths": { - "sdk/*": [ - "./modules/src/*" - ], - "/*": [ - "./*" - ] - }, - "types": [ - "../modules/types" - ] - } -} \ No newline at end of file