Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
zackify committed Oct 5, 2017
1 parent 9e1e5c0 commit 0479ade
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,28 @@
{
"name": "@navjobs/upload",
"version": "3.0.9",
"version": "3.0.10",
"description": "HOC that displays a file upload on clicking children",
"main": "dist/index.js",
"scripts": {
"jest": "jest --config tests/config.json",
"jest-u": "jest --config tests/config.json -u",
"test": "storyshots && npm run jest",
"test-ci": "storyshots && npm run jest && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"test-ci":
"storyshots && npm run jest && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"build": "babel src -d dist",
"storybook": "start-storybook -p 6006",
"deploy-storybook": "storybook-to-ghpages",
"build-storybook": "build-storybook",
"precommit": "lint-staged"
},
"lint-staged": {
"*.js": [
"prettier --single-quote --trailing-comma es5 --write",
"git add"
]
"*.js": ["prettier --single-quote --trailing-comma es5 --write", "git add"]
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/navjobs/upload.git"
},
"keywords": [
"jest",
"react",
"file-upload",
"upload"
],
"keywords": ["jest", "react", "file-upload", "upload"],
"author": "Zach Silveira",
"license": "ISC",
"bugs": {
Expand Down

0 comments on commit 0479ade

Please sign in to comment.