1
0
mirror of synced 2025-11-06 04:21:11 +08:00

Del: eustia configuration file

This commit is contained in:
surunzi
2017-03-10 14:33:21 +08:00
parent e6708cfb0d
commit c7e1da7958
2 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +0,0 @@
module.exports = {
files: 'src/**/*.es6',
ignore: '**/Info/defInfo.es6',
output: 'src/lib/util.js',
exclude: ['createCfg'],
format: 'commonjs'
};

View File

@@ -10,6 +10,13 @@
"lint": "eslint --ext .es6 src",
"utilDoc": "eustia doc src/lib/util.js -f md -o doc/UTIl_API.md -t \"Eruda Util Documentation\""
},
"eustia": {
"files": "src/**/*.es6",
"ignore": "**/Info/defInfo.es6",
"output": "src/lib/util.js",
"exclude": ["createCfg"],
"format": "commonjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liriliri/eruda.git"