npm bump | npmignore

This commit is contained in:
lovebird 2023-01-27 19:07:18 +01:00
parent acfef790a0
commit acdaf8f102
9 changed files with 6 additions and 5 deletions

View File

@ -3,3 +3,4 @@ src
ref
web
scripts
fusion360

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.5.0",
"version": "0.5.2",
"description": "Common CAD tools for OSR(OpenSourceRecycling)",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
@ -40,8 +40,8 @@
},
"homepage": "https://git.osr-plastic.org/osr-plastic/cad#readme",
"dependencies": {
"@plastichub/fs": "^0.13.29",
"@plastichub/osr-cli-commons": "^0.1.5",
"@plastichub/fs": "^0.13.31",
"@plastichub/osr-cli-commons": "^0.1.8",
"@plastichub/osr-sync": "^0.1.3",
"@types/bluebird": "^3.5.29",
"@types/cacache": "^15.0.1",
@ -125,4 +125,4 @@
"valid-directory": "^1.6.0",
"valid-module": "^1.0.0"
}
}
}