Update readme
This commit is contained in:
parent
e82b5c58bc
commit
e6ef1317c8
2 changed files with 4 additions and 6 deletions
|
|
@ -4,13 +4,12 @@
|
|||
"description": "A magical documentation generator.",
|
||||
"main": "lib/docsify.js",
|
||||
"files": [
|
||||
"lib",
|
||||
"themes"
|
||||
"lib"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "node build/build.js && uglifyjs lib/docsify.js -o lib/docsify.min.js",
|
||||
"dev": "nodemon -w src -x 'node build/build.js && node test/server.js'",
|
||||
"test": "eslint src server"
|
||||
"test": "eslint src test"
|
||||
},
|
||||
"keywords": [
|
||||
"doc",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue