Merge pull request #241 from Wick/add-windows-dependency
Add optional dependency win-node-env for Windows
This commit is contained in:
commit
81008e6e6a
1 changed files with 3 additions and 0 deletions
|
@ -78,6 +78,9 @@
|
||||||
},
|
},
|
||||||
"main": "server.js",
|
"main": "server.js",
|
||||||
"name": "lbry.tech",
|
"name": "lbry.tech",
|
||||||
|
"optionalDependencies": {
|
||||||
|
"win-node-env": "^0.4.0"
|
||||||
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"css": "sass --load-path=node_modules --update app/sass:app/dist --style compressed",
|
"css": "sass --load-path=node_modules --update app/sass:app/dist --style compressed",
|
||||||
|
|
Loading…
Add table
Reference in a new issue