We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1aef10 commit 493125cCopy full SHA for 493125c
package.json
@@ -16,7 +16,8 @@
16
"scripts": {
17
"greet": "echo 'hi'",
18
"start": "node index.js",
19
- "test": "eslint lib/**/*.js index.js test/**.js && mocha -r esm test"
+ "test": "eslint lib/**/*.js index.js test/**.js && mocha -r esm test",
20
+ "server": "serve -l 5050 tmp"
21
},
22
"dependencies": {
23
"cheerio": "^1.0.0-rc.2",
@@ -42,6 +43,7 @@
42
43
"s3": "^4.4.0",
44
"semver-extra": "^2.0.1",
45
"semver-utils": "^1.1.2",
46
+ "serve": "^11.0.1",
47
"yuidoc-to-jsonapi": "^0.4.1"
48
49
"devDependencies": {
@@ -60,7 +62,5 @@
60
62
"engines": {
61
63
"node": "8"
64
- "cacheDirectories": [
- "tmp"
65
- ]
+ "cacheDirectories": ["tmp"]
66
}
0 commit comments