diff --git a/modules/client/components/Home.md b/modules/client/components/Home.md index 6029b43..b60cbd9 100644 --- a/modules/client/components/Home.md +++ b/modules/client/components/Home.md @@ -46,6 +46,11 @@ You may use the special `/bower.zip` file path in packages that contain a `bower `main` The name of the field in [package.json](https://docs.npmjs.com/files/package.json) to use as the main entry point when there is no file path in the URL (e.g. `?main=browser`). + + `json` + `undefined` + Return metadata about the resource at the current URL as JSON (e.g. `/any/path?json`). For directories, this generates a recursive listing of all files in the directory. + diff --git a/package.json b/package.json index f597cfc..152a598 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "json-loader": "^0.5.4", "markdown-loader": "^0.1.7", "morgan": "^1.7.0", - "npm-http-server": "^2.13.1", + "npm-http-server": "^2.14.0", "on-finished": "^2.3.0", "postcss-loader": "^0.9.1", "react": "^15.0.2",