update cli to 0.4.0

This commit is contained in:
pengfei.zhou 2020-04-10 14:51:33 +08:00 committed by osborn
parent 9bfa93cb4d
commit 528e6625b5
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "doric-cli",
"version": "0.3.6",
"version": "0.4.0",
"description": "Doric command line tools",
"main": "index.js",
"bin": {

View File

@ -4038,7 +4038,7 @@ return __module.exports;
var doric_web = (function (exports, axios, sandbox) {
'use strict';
axios = axios && Object.prototype.hasOwnProperty.call(axios, 'default') ? axios['default'] : axios;
axios = axios && axios.hasOwnProperty('default') ? axios['default'] : axios;
class DoricPlugin {
constructor(context) {

File diff suppressed because one or more lines are too long