update cli
This commit is contained in:
parent
5d3016f46a
commit
20524eede4
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "doric-cli",
|
"name": "doric-cli",
|
||||||
"version": "0.3.4",
|
"version": "0.3.5",
|
||||||
"description": "Doric command line tools",
|
"description": "Doric command line tools",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
@ -3,7 +3,7 @@ import commonjs from '@rollup/plugin-commonjs'
|
|||||||
import bundles from './build/index'
|
import bundles from './build/index'
|
||||||
import fs from 'fs'
|
import fs from 'fs'
|
||||||
import path from 'path'
|
import path from 'path'
|
||||||
import babel from 'rollup-plugin-babel';
|
//import babel from 'rollup-plugin-babel';
|
||||||
import json from '@rollup/plugin-json'
|
import json from '@rollup/plugin-json'
|
||||||
|
|
||||||
function readDirs(dirPath, files) {
|
function readDirs(dirPath, files) {
|
||||||
|
Reference in New Issue
Block a user