forked from emscripten-core/emscripten
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup package.json (emscripten-core#7536)
This is part of a larger change to remove the two checked in node_modules trees that we have in the emscripten and rely instead on developers running `npm install` after cloning/syncing. - Switch ws dependency to devDevpendency since its only used for testing - Add private:true since we are not (yet) publishing emscripten as a node package. - Remove running on npm install from sockets test; We can rely on developers doing this before running the tests. - Don't try to run npm install in test_sockets.py. Assume that developers to used "git clone" will also run npm install
- Loading branch information
Showing
4 changed files
with
51 additions
and
14 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
{ | ||
"name": "emscripten", | ||
"version": "1.13.0", | ||
"dependencies": { | ||
"private": true, | ||
"devDependencies": { | ||
"ws": "~0.4.28" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters