Explorar el Código

Add server as a dependency

Kevin van Zonneveld hace 9 años
padre
commit
286ed6ed5e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      package.json

+ 2 - 0
package.json

@@ -5,6 +5,7 @@
   "main": "src/index.js",
   "main": "src/index.js",
   "scripts": {
   "scripts": {
     "start": "npm run build && npm run web && npm run watch",
     "start": "npm run build && npm run web && npm run watch",
+    "start:server": "uppy-server --port 3002",
     "clean": "rm -rf lib && rm -rf dist",
     "clean": "rm -rf lib && rm -rf dist",
     "docs": "cd website && documentation readme ../src/index.js --readme-file=src/api/docs.md --section 'Uppy Core & Plugins' -q --github -c doc-order.json",
     "docs": "cd website && documentation readme ../src/index.js --readme-file=src/api/docs.md --section 'Uppy Core & Plugins' -q --github -c doc-order.json",
     "lint": "eslint .",
     "lint": "eslint .",
@@ -44,6 +45,7 @@
   },
   },
   "homepage": "https://github.com/transloadit/uppy#readme",
   "homepage": "https://github.com/transloadit/uppy#readme",
   "devDependencies": {
   "devDependencies": {
+    "uppy-server": "0.0.1",
     "babel": "5.8.34",
     "babel": "5.8.34",
     "babel-eslint": "4.1.5",
     "babel-eslint": "4.1.5",
     "babelify": "6.4.0",
     "babelify": "6.4.0",