Commit 5e80c176ae234cb3efd7918743de5be6b10c8c1e

Authored by Igor Kulikov
1 parent f696d9fd

Switch to yarn package-manager

Showing 1 changed file with 41 additions and 10 deletions

Too many changes to show.

To preserve performance only 1 of 4 files are displayed.

... ... @@ -25,13 +25,41 @@
25 25 "assets": [
26 26 "src/thingsboard.ico",
27 27 "src/assets",
28   - { "glob": "worker-html.js", "input": "./node_modules/ace-builds/src-min/", "output": "/" },
29   - { "glob": "worker-css.js", "input": "./node_modules/ace-builds/src-min/", "output": "/" },
30   - { "glob": "worker-json.js", "input": "./node_modules/ace-builds/src-min/", "output": "/" },
31   - { "glob": "worker-javascript.js", "input": "./node_modules/ace-builds/src-min/", "output": "/" },
32   - { "glob": "marker-icon-2x.png", "input": "node_modules/leaflet/dist/images/", "output": "/" },
33   - { "glob": "marker-icon.png", "input": "node_modules/leaflet/dist/images/", "output": "/" },
34   - { "glob": "marker-shadow.png", "input": "node_modules/leaflet/dist/images/", "output": "/" }
  28 + {
  29 + "glob": "worker-html.js",
  30 + "input": "./node_modules/ace-builds/src-min/",
  31 + "output": "/"
  32 + },
  33 + {
  34 + "glob": "worker-css.js",
  35 + "input": "./node_modules/ace-builds/src-min/",
  36 + "output": "/"
  37 + },
  38 + {
  39 + "glob": "worker-json.js",
  40 + "input": "./node_modules/ace-builds/src-min/",
  41 + "output": "/"
  42 + },
  43 + {
  44 + "glob": "worker-javascript.js",
  45 + "input": "./node_modules/ace-builds/src-min/",
  46 + "output": "/"
  47 + },
  48 + {
  49 + "glob": "marker-icon-2x.png",
  50 + "input": "node_modules/leaflet/dist/images/",
  51 + "output": "/"
  52 + },
  53 + {
  54 + "glob": "marker-icon.png",
  55 + "input": "node_modules/leaflet/dist/images/",
  56 + "output": "/"
  57 + },
  58 + {
  59 + "glob": "marker-shadow.png",
  60 + "input": "node_modules/leaflet/dist/images/",
  61 + "output": "/"
  62 + }
35 63 ],
36 64 "styles": [
37 65 "src/styles.scss",
... ... @@ -48,7 +76,7 @@
48 76 ],
49 77 "stylePreprocessorOptions": {
50 78 "includePaths": [
51   - "src/scss"
  79 + "src/scss"
52 80 ]
53 81 },
54 82 "scripts": [
... ... @@ -216,5 +244,8 @@
216 244 }
217 245 }
218 246 },
219   - "defaultProject": "thingsboard"
220   -}
  247 + "defaultProject": "thingsboard",
  248 + "cli": {
  249 + "packageManager": "yarn"
  250 + }
  251 +}
\ No newline at end of file
... ...