Skip to content

Commit

Permalink
fix: last error
Browse files Browse the repository at this point in the history
Signed-off-by: Sacha Froment <[email protected]>
  • Loading branch information
sfroment committed Feb 21, 2025
1 parent 791deea commit 97bafc8
Show file tree
Hide file tree
Showing 2 changed files with 13,265 additions and 34 deletions.
69 changes: 35 additions & 34 deletions packages/blueprints/package.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,37 @@
{
"name": "@ts-drp/blueprints",
"version": "0.7.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/topology-foundation/ts-drp.git"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
"src",
"dist",
"!dist/test",
"!**/*.tsbuildinfo"
],
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/src/index.js"
}
},
"scripts": {
"build": "tsc -b",
"clean": "rm -rf dist/ node_modules/",
"prepack": "tsc -b",
"test": "vitest",
"watch": "tsc -b -w"
},
"devDependencies": {
"@ts-drp/object": "0.7.0"
},
"dependencies": {
"@thi.ng/random": "^4.1.0"
}
"name": "@ts-drp/blueprints",
"version": "0.7.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/topology-foundation/ts-drp.git"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
"src",
"dist",
"!dist/test",
"!**/*.tsbuildinfo"
],
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/src/index.js"
}
},
"scripts": {
"build": "tsc -b",
"clean": "rm -rf dist/ node_modules/",
"prepack": "tsc -b",
"test": "vitest",
"watch": "tsc -b -w"
},
"devDependencies": {
"@ts-drp/object": "0.7.0"
},
"dependencies": {
"@thi.ng/random": "^4.1.0",
"@ts-drp/types": "^0.7.0"
}
}
Loading

0 comments on commit 97bafc8

Please sign in to comment.