Merge branch 'master' of https://git.osr-plastic.org/osr-plastic/cad
This commit is contained in:
commit
51a2d8cf8c
@ -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
|
||||
|
||||
|
||||
2
main.js
2
main.js
@ -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");
|
||||
|
||||
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user