|
@@ -1,6 +1,6 @@
|
|
{
|
|
{
|
|
"name": "uppy",
|
|
"name": "uppy",
|
|
- "version": "0.10.2",
|
|
|
|
|
|
+ "version": "0.10.1",
|
|
"description": "Almost as cute as a Puppy :dog:",
|
|
"description": "Almost as cute as a Puppy :dog:",
|
|
"main": "lib/index.js",
|
|
"main": "lib/index.js",
|
|
"jsnext:main": "src/index.js",
|
|
"jsnext:main": "src/index.js",
|
|
@@ -81,7 +81,7 @@
|
|
"tus-js-client": "1.4.1",
|
|
"tus-js-client": "1.4.1",
|
|
"uppy-base": "git+https://github.com/hedgerh/uppy-base.git",
|
|
"uppy-base": "git+https://github.com/hedgerh/uppy-base.git",
|
|
"whatwg-fetch": "1.0.0",
|
|
"whatwg-fetch": "1.0.0",
|
|
- "yo-yo": "1.3.1"
|
|
|
|
|
|
+ "yo-yo": "1.3.0"
|
|
},
|
|
},
|
|
"scripts": {
|
|
"scripts": {
|
|
"build:bundle": "node ./bin/build-js.js",
|
|
"build:bundle": "node ./bin/build-js.js",
|
|
@@ -110,11 +110,11 @@
|
|
"test:serve": "npm-run-all web:build --parallel start:server web:serve",
|
|
"test:serve": "npm-run-all web:build --parallel start:server web:serve",
|
|
"test:next-update": "next-update",
|
|
"test:next-update": "next-update",
|
|
"travis:deletecache": "travis cache --delete",
|
|
"travis:deletecache": "travis cache --delete",
|
|
- "watch:css": "nodemon --watch src --ext scss -x 'npm run build:css'",
|
|
|
|
|
|
+ "watch:css": "nodemon --watch src --ext scss -x \"npm run build:css\"",
|
|
"watch:js": "nodemon --watch src --ext js -x 'npm run build:bundle'",
|
|
"watch:js": "nodemon --watch src --ext js -x 'npm run build:bundle'",
|
|
"watch": "npm-run-all --parallel watch:js watch:css",
|
|
"watch": "npm-run-all --parallel watch:js watch:css",
|
|
"watch:fast": "npm-run-all --parallel watch:css web:preview",
|
|
"watch:fast": "npm-run-all --parallel watch:css web:preview",
|
|
- "watch:example:browsersync": "browser-sync start --server example --port 3452 --serveStatic 'dist' --files 'example/bundle.js, dist/uppy.min.css'",
|
|
|
|
|
|
+ "watch:example:browsersync": "browser-sync start --server example --port 3452 --serveStatic dist --files \"example/bundle.js, dist/uppy.min.css\"",
|
|
"watch:example:js": "watchify -t [ babelify ] example/main.js -o example/bundle.js -vd",
|
|
"watch:example:js": "watchify -t [ babelify ] example/main.js -o example/bundle.js -vd",
|
|
"watch:example": "npm-run-all --parallel watch:example:js watch:css watch:example:browsersync",
|
|
"watch:example": "npm-run-all --parallel watch:example:js watch:css watch:example:browsersync",
|
|
"web:build": "cd website && node update.js && ./node_modules/.bin/hexo generate --silent && node build-examples.js",
|
|
"web:build": "cd website && node update.js && ./node_modules/.bin/hexo generate --silent && node build-examples.js",
|