forked from mirrors/Scribe.js
Fix package.json typo
This commit is contained in:
parent
d4c370f8ad
commit
905eaf6484
1 changed files with 3 additions and 2 deletions
|
@ -41,7 +41,8 @@
|
||||||
"colors": "^1.0.0",
|
"colors": "^1.0.0",
|
||||||
"express": "^4.7.2",
|
"express": "^4.7.2",
|
||||||
"mkdirp": "^0.5.0",
|
"mkdirp": "^0.5.0",
|
||||||
"moment": "^2.8.3"
|
"moment": "^2.8.3",
|
||||||
|
"serve-static": "^1.7.1"
|
||||||
},
|
},
|
||||||
"readmeFilename": "README.md",
|
"readmeFilename": "README.md"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue