Move custom dependencies to ergogen org + fix metadata

This commit is contained in:
Bán Dénes 2021-12-13 16:26:19 +01:00
parent 50466674e3
commit 16c9243c36
2 changed files with 18 additions and 18 deletions

24
package-lock.json generated
View file

@ -9,11 +9,11 @@
"version": "3.0.1",
"license": "MIT",
"dependencies": {
"@jscad/openjscad": "github:mrzealot/oldjscad",
"@jscad/openjscad": "github:ergogen/oldjscad",
"fs-extra": "^10.0.0",
"js-yaml": "^3.14.0",
"kle-serial": "github:mrzealot/kle-serial",
"makerjs": "github:mrzealot/maker.js-dist",
"kle-serial": "github:ergogen/kle-serial",
"makerjs": "github:ergogen/maker.js-dist",
"mathjs": "^10.0.0",
"yargs": "^17.3.0"
},
@ -578,7 +578,7 @@
},
"node_modules/@jscad/openjscad": {
"version": "1.6.1",
"resolved": "git+ssh://git@github.com/mrzealot/oldjscad.git#0397e0f35aa9319005a2e64aa1419022423857de",
"resolved": "git+ssh://git@github.com/ergogen/oldjscad.git#0397e0f35aa9319005a2e64aa1419022423857de",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
@ -1976,7 +1976,7 @@
"node_modules/kle-serial": {
"name": "@ijprest/kle-serial",
"version": "0.15.1",
"resolved": "git+ssh://git@github.com/mrzealot/kle-serial.git#e62d5024cc25455e5ff02746041e269f3429001c",
"resolved": "git+ssh://git@github.com/ergogen/kle-serial.git#e62d5024cc25455e5ff02746041e269f3429001c",
"license": "MIT",
"dependencies": {
"json5": "^2.1.0"
@ -2050,7 +2050,7 @@
},
"node_modules/makerjs": {
"version": "0.17.0",
"resolved": "git+ssh://git@github.com/mrzealot/maker.js-dist.git#a0ca32948845efe8ad5c9ca454f1285926853138",
"resolved": "git+ssh://git@github.com/ergogen/maker.js-dist.git#a0ca32948845efe8ad5c9ca454f1285926853138",
"license": "Apache-2.0",
"dependencies": {
"@danmarshall/jscad-typings": "^1.0.0",
@ -3617,8 +3617,8 @@
"integrity": "sha1-3LPPXMRyeKfPejW3azLq0NBE38M="
},
"@jscad/openjscad": {
"version": "git+ssh://git@github.com/mrzealot/oldjscad.git#0397e0f35aa9319005a2e64aa1419022423857de",
"from": "@jscad/openjscad@github:mrzealot/oldjscad",
"version": "git+ssh://git@github.com/ergogen/oldjscad.git#0397e0f35aa9319005a2e64aa1419022423857de",
"from": "@jscad/openjscad@github:ergogen/oldjscad",
"requires": {
"@jscad/csg": "0.3.6",
"@jscad/io": "github:mrzealot/oldjscadio",
@ -4669,8 +4669,8 @@
"integrity": "sha512-9KqSdmWCkBIisFIGclT0FRagKhI7IVbMyUjsxCFG0Ly1Dg6whlxJ7b9lrq8ifk3X/fGeJzok1R75LQfZTfA5zQ=="
},
"kle-serial": {
"version": "git+ssh://git@github.com/mrzealot/kle-serial.git#e62d5024cc25455e5ff02746041e269f3429001c",
"from": "kle-serial@github:mrzealot/kle-serial",
"version": "git+ssh://git@github.com/ergogen/kle-serial.git#e62d5024cc25455e5ff02746041e269f3429001c",
"from": "kle-serial@github:ergogen/kle-serial",
"requires": {
"json5": "^2.1.0"
}
@ -4724,8 +4724,8 @@
}
},
"makerjs": {
"version": "git+ssh://git@github.com/mrzealot/maker.js-dist.git#a0ca32948845efe8ad5c9ca454f1285926853138",
"from": "makerjs@github:mrzealot/maker.js-dist",
"version": "git+ssh://git@github.com/ergogen/maker.js-dist.git#a0ca32948845efe8ad5c9ca454f1285926853138",
"from": "makerjs@github:ergogen/maker.js-dist",
"requires": {
"@danmarshall/jscad-typings": "^1.0.0",
"@types/bezier-js": "^0.0.6",

View file

@ -4,9 +4,9 @@
"description": "Ergonomic keyboard layout generator",
"author": "Bán Dénes <mr@zealot.hu>",
"license": "MIT",
"homepage": "https://zealot.hu/ergogen",
"repository": "github:mrzealot/ergogen",
"bugs": "https://github.com/mrzealot/ergogen/issues",
"homepage": "https://ergogen.xyz",
"repository": "github:ergogen/ergogen",
"bugs": "https://github.com/ergogen/ergogen/issues",
"main": "./src/ergogen.js",
"bin": "./src/cli.js",
"scripts": {
@ -15,11 +15,11 @@
"coverage": "nyc --reporter=html --reporter=text npm test"
},
"dependencies": {
"@jscad/openjscad": "github:mrzealot/oldjscad",
"@jscad/openjscad": "github:ergogen/oldjscad",
"fs-extra": "^10.0.0",
"js-yaml": "^3.14.0",
"kle-serial": "github:mrzealot/kle-serial",
"makerjs": "github:mrzealot/maker.js-dist",
"kle-serial": "github:ergogen/kle-serial",
"makerjs": "github:ergogen/maker.js-dist",
"mathjs": "^10.0.0",
"yargs": "^17.3.0"
},