emscripten: fix node modules
This commit is contained in:
parent
beb0339ce5
commit
3f30e70d29
@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
|
||||
nodeModules = mkYarnModules {
|
||||
name = "emscripten-node-modules-${version}";
|
||||
inherit pname version;
|
||||
# it is vitally important the the package.json has name and version fields
|
||||
packageJSON = ./package.json;
|
||||
yarnLock = ./yarn.lock;
|
||||
yarnNix = ./yarn.nix;
|
||||
|
@ -1,4 +1,6 @@
|
||||
{
|
||||
"name": "emscripten",
|
||||
"version": "2.0.1",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"ws": "~0.4.28"
|
||||
|
Loading…
Reference in New Issue
Block a user