This commit is contained in:
yhh
2020-06-16 13:13:55 +08:00
parent ced176706b
commit e68f6bd1be
3 changed files with 1992 additions and 1217 deletions

3188
source/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -7,7 +7,7 @@
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha --recursive --reporter tap --growl"
},
"author": "yhh",
"license": "MIT",
@@ -30,5 +30,9 @@
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/359807859@qq.com"
},
"dependencies": {
"chai": "^4.2.0",
"mocha": "^8.0.1"
}
}