Skip to content
Snippets Groups Projects
Commit 2d9091f1 authored by Tom French's avatar Tom French Committed by James Long
Browse files

build: add cross-env dependency to desktop-client package.json

parent 58a09109
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
"case-sensitive-paths-webpack-plugin": "2.1.2", "case-sensitive-paths-webpack-plugin": "2.1.2",
"chalk": "2.4.1", "chalk": "2.4.1",
"codemirror": "^5.37.0", "codemirror": "^5.37.0",
"cross-env": "^7.0.3",
"css-loader": "1.0.0", "css-loader": "1.0.0",
"date-fns": "2.0.0-alpha.27", "date-fns": "2.0.0-alpha.27",
"debounce": "^1.2.0", "debounce": "^1.2.0",
......
...@@ -79,6 +79,7 @@ __metadata: ...@@ -79,6 +79,7 @@ __metadata:
case-sensitive-paths-webpack-plugin: 2.1.2 case-sensitive-paths-webpack-plugin: 2.1.2
chalk: 2.4.1 chalk: 2.4.1
codemirror: ^5.37.0 codemirror: ^5.37.0
cross-env: ^7.0.3
css-loader: 1.0.0 css-loader: 1.0.0
date-fns: 2.0.0-alpha.27 date-fns: 2.0.0-alpha.27
debounce: ^1.2.0 debounce: ^1.2.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment