File tree Expand file tree Collapse file tree 12 files changed +104
-42
lines changed
Expand file tree Collapse file tree 12 files changed +104
-42
lines changed Original file line number Diff line number Diff line change 2020 "url" : " https://github.com/hyperweb-io/dev-utils/issues"
2121 },
2222 "scripts" : {
23- "copy" : " cpy ../../LICENSE README.md package.json dist --flat" ,
24- "clean" : " rimraf dist/** " ,
23+ "copy" : " makage copy ../../LICENSE README.md package.json dist --flat" ,
24+ "clean" : " makage clean dist" ,
2525 "prepublishOnly" : " npm run build" ,
26- "build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
26+ "build" : " npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy" ,
2727 "lint" : " eslint . --fix" ,
2828 "test" : " jest" ,
2929 "test:watch" : " jest --watch"
3030 },
31- "keywords" : []
31+ "keywords" : [],
32+ "devDependencies" : {
33+ "makage" : " workspace:*"
34+ }
3235}
Original file line number Diff line number Diff line change 2020 "url" : " https://github.com/hyperweb-io/dev-utils/issues"
2121 },
2222 "scripts" : {
23- "copy" : " cpy ../../LICENSE README.md package.json dist --flat" ,
24- "clean" : " rimraf dist/** " ,
23+ "copy" : " makage copy ../../LICENSE README.md package.json dist --flat" ,
24+ "clean" : " makage clean dist" ,
2525 "prepublishOnly" : " npm run build" ,
26- "build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
26+ "build" : " npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy" ,
2727 "lint" : " eslint . --fix" ,
2828 "test" : " jest" ,
2929 "test:watch" : " jest --watch"
3434 "isomorphic-fetch" : " ^3.0.0"
3535 },
3636 "devDependencies" : {
37- "@types/isomorphic-fetch" : " ^0.0.39"
37+ "@types/isomorphic-fetch" : " ^0.0.39" ,
38+ "makage" : " workspace:*"
3839 }
3940}
Original file line number Diff line number Diff line change 2020 "url" : " https://github.com/hyperweb-io/dev-utils/issues"
2121 },
2222 "scripts" : {
23- "copy" : " cpy ../../LICENSE README.md package.json dist --flat" ,
24- "clean" : " rimraf dist/** " ,
23+ "copy" : " makage copy ../../LICENSE README.md package.json dist --flat" ,
24+ "clean" : " makage clean dist" ,
2525 "prepublishOnly" : " npm run build" ,
26- "build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
26+ "build" : " npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy" ,
2727 "lint" : " eslint . --fix" ,
2828 "test" : " jest" ,
2929 "test:watch" : " jest --watch"
3030 },
31- "keywords" : []
31+ "keywords" : [],
32+ "devDependencies" : {
33+ "makage" : " workspace:*"
34+ }
3235}
Original file line number Diff line number Diff line change 2020 "url" : " https://github.com/hyperweb-io/dev-utils/issues"
2121 },
2222 "scripts" : {
23- "copy" : " cpy ../../LICENSE README.md package.json dist --flat" ,
24- "clean" : " rimraf dist/** " ,
23+ "copy" : " makage copy ../../LICENSE README.md package.json dist --flat" ,
24+ "clean" : " makage clean dist" ,
2525 "prepublishOnly" : " npm run build" ,
26- "build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
26+ "build" : " npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy" ,
2727 "lint" : " eslint . --fix" ,
2828 "test" : " jest" ,
2929 "test:watch" : " jest --watch"
3030 },
31- "keywords" : []
31+ "keywords" : [],
32+ "devDependencies" : {
33+ "makage" : " workspace:*"
34+ }
3235}
Original file line number Diff line number Diff line change 2020 " jsonld-tools"
2121 ],
2222 "scripts" : {
23- "copy" : " cpy ../../LICENSE README.md package.json dist --flat" ,
24- "clean" : " rimraf dist" ,
25- "prepublishOnly" : " pnpm run build" ,
26- "build" : " pnpm run clean && tsc && tsc -p tsconfig.esm.json && pnpm run copy" ,
23+ "copy" : " makage copy ../../LICENSE README.md package.json dist --flat" ,
24+ "clean" : " makage clean dist" ,
25+ "prepublishOnly" : " npm run build" ,
26+ "build" : " npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy" ,
2727 "test" : " jest" ,
2828 "test:watch" : " jest --watch" ,
2929 "test:debug" : " node --inspect node_modules/.bin/jest --runInBand"
3030 },
3131 "bugs" : {
3232 "url" : " https://github.com/hyperweb-io/dev-utils/issues"
33+ },
34+ "devDependencies" : {
35+ "makage" : " workspace:*"
3336 }
3437}
Original file line number Diff line number Diff line change 1313 "directory" : " dist"
1414 },
1515 "scripts" : {
16- "copy" : " cpy ../../LICENSE README.md package.json dist --flat" ,
17- "clean" : " rimraf dist/** " ,
16+ "copy" : " makage copy ../../LICENSE README.md package.json dist --flat" ,
17+ "clean" : " makage clean dist" ,
1818 "prepublishOnly" : " npm run build" ,
19- "build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
19+ "build" : " npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy" ,
2020 "lint" : " eslint . --fix" ,
2121 "test" : " jest" ,
2222 "test:watch" : " jest --watch" ,
3838 "esprima" : " 4.0.1" ,
3939 "jest" : " ^30.2.0" ,
4040 "jest-in-case" : " 1.0.2" ,
41+ "makage" : " workspace:*" ,
4142 "prettier" : " ^3.6.2" ,
4243 "rimraf" : " 6.1.2" ,
4344 "ts-jest" : " ^29.1.0" ,
Original file line number Diff line number Diff line change 2020 "url" : " https://github.com/hyperweb-io/dev-utils/issues"
2121 },
2222 "scripts" : {
23- "copy" : " cpy ../../LICENSE README.md package.json dist --flat" ,
24- "clean" : " rimraf dist/** " ,
23+ "copy" : " makage copy ../../LICENSE README.md package.json dist --flat" ,
24+ "clean" : " makage clean dist" ,
2525 "prepublishOnly" : " npm run build" ,
26- "build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
26+ "build" : " npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy" ,
2727 "lint" : " eslint . --fix" ,
2828 "test" : " jest" ,
2929 "test:watch" : " jest --watch"
3030 },
3131 "dependencies" : {
3232 "@interweb/http-errors" : " workspace:*"
3333 },
34- "keywords" : []
34+ "keywords" : [],
35+ "devDependencies" : {
36+ "makage" : " workspace:*"
37+ }
3538}
Original file line number Diff line number Diff line change 2020 "url" : " https://github.com/hyperweb-io/dev-utils/issues"
2121 },
2222 "scripts" : {
23- "copy" : " cpy ../../LICENSE README.md package.json dist --flat" ,
24- "clean" : " rimraf dist/** " ,
23+ "copy" : " makage copy ../../LICENSE README.md package.json dist --flat" ,
24+ "clean" : " makage clean dist" ,
2525 "prepublishOnly" : " npm run build" ,
26- "build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
26+ "build" : " npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy" ,
2727 "lint" : " eslint . --fix" ,
2828 "test" : " jest" ,
2929 "test:watch" : " jest --watch"
4848 ],
4949 "devDependencies" : {
5050 "@types/babel__generator" : " ^7.27.0" ,
51- "jest-diff" : " ^30.0.4"
51+ "jest-diff" : " ^30.0.4" ,
52+ "makage" : " workspace:*"
5253 }
5354}
Original file line number Diff line number Diff line change 2020 "url" : " https://github.com/hyperweb-io/dev-utils/issues"
2121 },
2222 "scripts" : {
23- "copy" : " cpy ../../LICENSE README.md package.json dist --flat" ,
24- "clean" : " rimraf dist/** " ,
23+ "copy" : " makage copy ../../LICENSE README.md package.json dist --flat" ,
24+ "clean" : " makage clean dist" ,
2525 "prepublishOnly" : " npm run build" ,
26- "build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
26+ "build" : " npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy" ,
2727 "lint" : " eslint . --fix" ,
2828 "test" : " jest" ,
2929 "test:watch" : " jest --watch"
3030 },
31- "keywords" : []
31+ "keywords" : [],
32+ "devDependencies" : {
33+ "makage" : " workspace:*"
34+ }
3235}
Original file line number Diff line number Diff line change 2020 "url" : " https://github.com/hyperweb-io/dev-utils/issues"
2121 },
2222 "scripts" : {
23- "copy" : " cpy ../../LICENSE README.md package.json dist --flat" ,
24- "clean" : " rimraf dist/** " ,
23+ "copy" : " makage copy ../../LICENSE README.md package.json dist --flat" ,
24+ "clean" : " makage clean dist" ,
2525 "prepublishOnly" : " npm run build" ,
26- "build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
26+ "build" : " npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy" ,
2727 "lint" : " eslint . --fix" ,
2828 "test" : " jest" ,
2929 "test:watch" : " jest --watch"
3636 "minimatch" : " ^10.1.1"
3737 },
3838 "devDependencies" : {
39- "@types/babel__generator" : " ^7.27.0"
39+ "@types/babel__generator" : " ^7.27.0" ,
40+ "makage" : " workspace:*"
4041 },
4142 "keywords" : [
4243 " jsonschema" ,
You can’t perform that action at this time.
0 commit comments