Merge pull request #777 from poppinlp/optimize-package

chore: optimize the publishing package for npm
This commit is contained in:
binaryify 2020-05-18 16:08:20 +08:00 committed by GitHub
commit ceb99119d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,10 @@
}, },
"author": "binaryify", "author": "binaryify",
"license": "MIT", "license": "MIT",
"files": [
"module",
"util"
],
"dependencies": { "dependencies": {
"apicache": "^1.5.2", "apicache": "^1.5.2",
"express": "^4.17.1", "express": "^4.17.1",