mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(package) v15.0.0
This commit is contained in:
parent
8f0f6db9d6
commit
7371871f15
5 changed files with 38 additions and 5 deletions
|
|
@ -1,12 +1,15 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
import Info from '../package.js';
|
||||
|
||||
import {createSimport} from 'simport';
|
||||
import minor from 'minor';
|
||||
import place from 'place';
|
||||
import rendy from 'rendy';
|
||||
import shortdate from 'shortdate';
|
||||
|
||||
const simport = createSimport(import.meta.url);
|
||||
|
||||
const Info = await simport('../package.json');
|
||||
|
||||
const ERROR = Error('ERROR: version is missing. release --patch|--minor|--major');
|
||||
|
||||
main((error) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue