drive-uploady
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"name": "drive-uploady", | ||
@@ -33,5 +33,5 @@ "description": "wrapper for react-uploady to upload to google-drive", | ||
"test": "yarn lint && yarn jest && yarn types", | ||
"build": "node scripts/build.js", | ||
"release": "yarn clean; yarn build;", | ||
"publish": "np --no-cleanup --test-script release", | ||
"build": "yarn clean; node scripts/build.js", | ||
"release:prep": "yarn test; yarn build", | ||
"release": "np --no-cleanup --test-script release:prep", | ||
"storybook": "start-storybook -p 6006 --no-dll", | ||
@@ -90,3 +90,5 @@ "build-storybook": "build-storybook --no-dll", | ||
}, | ||
"dependencies": {} | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org" | ||
} | ||
} |
40944
30