update cli

This commit is contained in:
pengfei.zhou 2020-03-31 15:29:36 +08:00 committed by osborn
parent 5d3016f46a
commit 20524eede4
2 changed files with 2 additions and 2 deletions

View File

@ -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": {

View File

@ -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) {