Skip to content

Commit

Permalink
Remove JSII
Browse files Browse the repository at this point in the history
Signed-off-by: Gnanakeethan Balasubramaniam <[email protected]>
  • Loading branch information
gnanakeethan committed Oct 2, 2023
1 parent 2eea245 commit a044044
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 49 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,3 @@ jobs:

- name: Run tests
run: yarn test

- name: Build
run: yarn build
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ node_modules
.idea
*.tsbuildinfo
dist
tsconfig.json
.jsii
yarn-error.log
build
examples/ompls
44 changes: 0 additions & 44 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,6 @@
"name": "Green Software Foundation",
"email": "[email protected]"
},
"bundledDependencies": [
"node-fetch",
"axios",
"typescript",
"ts-sync-request",
"@cloud-carbon-footprint/core",
"@cloud-carbon-footprint/aws",
"typescript-cubic-spline",
"js-yaml",
"@types/node",
"dayjs",
"ts-command-line-args"
],
"dependencies": {
"@cloud-carbon-footprint/core": "*",
"@cloud-carbon-footprint/aws": "*",
Expand Down Expand Up @@ -49,47 +36,16 @@
"node": "18.17.1",
"yarn": "1.22.19"
},
"jsii": {
"versionFormat": "full",
"tsc": {
"rootDir": "./src"
},
"targets": {
"java": {
"package": "org.greensoftware.carbonql",
"maven": {
"groupId": "org.greensoftware",
"artifactId": "carbonql"
}
},
"python": {
"distName": "carbon-ql.core",
"module": "carbon_ql"
},
"go": {
"moduleName": "github.com/Green-Software-Foundation",
"packageName": "carbonql",
"versionSuffix": "-devprefix"
},
"dotnet": {
"namespace": "GreenSoftwareFoundation.CarbonQL",
"packageId": "GreenSoftwareFoundation.CarbonQL"
}
}
},
"keywords": [],
"license": "ISC",
"main": "src/index.ts",
"repository": {
"url": "https://github.com/Green-Software-Foundation/carbon-ql.git"
},
"scripts": {
"build": "jsii",
"build:watch": "jsii --watch",
"fix": "gts fix",
"fix:package": "fixpack",
"lint": "gts lint",
"package": "jsii-pacmak",
"test": "jest"
},
"stability": "stable",
Expand Down

0 comments on commit a044044

Please sign in to comment.