diff options
| author | ab <abdullah_ahmed@brown.edu> | 2019-08-06 16:01:57 -0400 |
|---|---|---|
| committer | ab <abdullah_ahmed@brown.edu> | 2019-08-06 16:01:57 -0400 |
| commit | 06b59a4ec2f1871846696da22928fc7d54ae02d6 (patch) | |
| tree | 8aab4903259bc1ccd892125cf927d774e5b5fe45 /package.json | |
| parent | a8a3af0193cc423fc7b0cff4ca9ff1a9074a7998 (diff) | |
word2vec is functional
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/package.json b/package.json index 9012ff1f7..44d5287bd 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,12 @@ "version": "1.0.0", "description": "", "main": "index.js", + "browser": { + "child_process": false + }, + "node": { + "child_process": "empty" + }, "scripts": { "start": "cross-env NODE_OPTIONS=--max_old_space_size=4096 ts-node-dev -- src/server/index.ts", "debug": "cross-env NODE_OPTIONS=--max_old_space_size=8192 ts-node-dev --inspect -- src/server/index.ts", @@ -218,4 +224,4 @@ "xoauth2": "^1.2.0", "youtube": "^0.1.0" } -} +}
\ No newline at end of file |
