| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f136672 commit f0f32dc
6 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -579,7 +579,7 @@ available-node = \ | |||
| 579 | 579 | exit 1; \ | |
| 580 | 580 | fi; | |
| 581 | 581 | ||
| 582 | - run-npm-install = $(PWD)/$(NPM) install | ||
| 582 | + run-npm-install = $(PWD)/$(NPM) install --production | ||
| 583 | 583 | ||
| 584 | 584 | tools/doc/node_modules/js-yaml/package.json: | |
| 585 | 585 | cd tools/doc && $(call available-node,$(run-npm-install)) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,10 +7,11 @@ | |||
| 7 | 7 | "node": ">=6" | |
| 8 | 8 | }, | |
| 9 | 9 | "dependencies": { | |
| 10 | - "marked": "^0.3.5", | ||
| 10 | + "marked": "^0.3.5" | ||
| 11 | + }, | ||
| 12 | + "devDependencies": { | ||
| 11 | 13 | "js-yaml": "^3.5.2" | |
| 12 | 14 | }, | |
| 13 | - "devDependencies": {}, | ||
| 14 | 15 | "optionalDependencies": {}, | |
| 15 | 16 | "bin": "./generate.js" | |
| 16 | 17 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments