Skip to content

Commit ec8115f

Browse files
committed
Fix environment compatibility
1 parent 16e65f5 commit ec8115f

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

lib/node_modules/@stdlib/repl/package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,5 @@
4545
"node": ">=0.10.0",
4646
"npm": ">2.7.0"
4747
},
48-
"license": "Apache-2.0",
49-
"__stdlib__": {
50-
"envs": {
51-
"browser": false
52-
}
53-
}
48+
"license": "Apache-2.0"
5449
}

lib/node_modules/@stdlib/repl/server/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,10 @@
4444
"node": ">=0.10.0",
4545
"npm": ">2.7.0"
4646
},
47-
"license": "Apache-2.0"
47+
"license": "Apache-2.0",
48+
"__stdlib__": {
49+
"envs": {
50+
"browser": false
51+
}
52+
}
4853
}

0 commit comments

Comments
 (0)