npm bump | npmignore
This commit is contained in:
parent
acfef790a0
commit
acdaf8f102
@ -3,3 +3,4 @@ src
|
||||
ref
|
||||
web
|
||||
scripts
|
||||
fusion360
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user