View | Details | Raw Unified | Return to bug 32223
Collapse All | Expand All

(-)a/package.json (-4 / +3 lines)
Lines 41-51 Link Here
41
    "vue-select": "4.0.0-beta.3"
41
    "vue-select": "4.0.0-beta.3"
42
  },
42
  },
43
  "scripts": {
43
  "scripts": {
44
    "build": "node_modules/.bin/gulp build",
44
    "build": "gulp build",
45
    "build_js": "webpack --mode production",
45
    "build_js": "webpack --mode production",
46
    "watch_js": "webpack --mode development --watch",
46
    "watch_js": "webpack --mode development --watch",
47
    "css": "node_modules/.bin/gulp css",
47
    "css": "gulp css",
48
    "watch": "node_modules/.bin/gulp watch"
48
    "watch": "gulp watch"
49
  },
49
  },
50
  "repository": {
50
  "repository": {
51
    "type": "git",
51
    "type": "git",
52
- 

Return to bug 32223