This commit is contained in:
lovebird 2022-11-11 15:15:06 +01:00
commit 51a2d8cf8c
3 changed files with 4 additions and 2 deletions

View File

@ -95,6 +95,8 @@ See more in [./docs/Examples.md](./docs/Examples.md) and [./docs/Integration.md]
- [-] Git hook, check components & references
- [ ] move 2D formats to osr-media
- [ ] implement osr-cli-common specs: info/introspect|supported
- [ ] root offset
- [ ] sw:info|bom -> i18n
### Lib - Todos

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env node
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const _cli_1 = require("./_cli");

View File

@ -1,6 +1,6 @@
{
"name": "@plastichub/osr-cad",
"version": "0.4.9",
"version": "0.5.0",
"description": "Common CAD tools for OSR(OpenSourceRecycling)",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",