更新依赖
parent
1786724598
commit
3f8361af05
|
@ -10,7 +10,7 @@ require('es.shim')
|
||||||
const fs = require('iofs')
|
const fs = require('iofs')
|
||||||
const path = require('path')
|
const path = require('path')
|
||||||
const chokidar = require('chokidar')
|
const chokidar = require('chokidar')
|
||||||
const uglify = require('uglify-es')
|
const uglify = require('terser')
|
||||||
const chalk = require('chalk')
|
const chalk = require('chalk')
|
||||||
const config = require('./package.json')
|
const config = require('./package.json')
|
||||||
const log = console.log
|
const log = console.log
|
||||||
|
|
|
@ -14,9 +14,9 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"chalk": "^2.4.1",
|
"chalk": "^2.4.1",
|
||||||
"chokidar": "^2.0.4",
|
"chokidar": "^2.0.4",
|
||||||
"es.shim": "^1.1.2",
|
"es.shim": "^2.0.1",
|
||||||
"iofs": "^1.1.0",
|
"iofs": "^1.5.2",
|
||||||
"uglify-es": "^3.3.9"
|
"terser": "^5.0.0"
|
||||||
},
|
},
|
||||||
"repository": "https://github.com/yutent/anot.js.git",
|
"repository": "https://github.com/yutent/anot.js.git",
|
||||||
"author": "yutent",
|
"author": "yutent",
|
||||||
|
|
Reference in New Issue