Skip to content

Commit

Permalink
chore(deps): upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Sep 20, 2017
1 parent 85389b7 commit 1b1fd1b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dist
.next
.eslintcache
storybook-static
preact/

# these cause more harm than good
# when working with contributors
Expand Down
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "downshift",
"version": "0.0.0-semantically-released",
"description": "A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete components",
"description":
"A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete components",
"main": "dist/downshift.cjs.js",
"jsnext:main": "dist/downshift.es.js",
"module": "dist/downshift.es.js",
"typings": "typings/index.d.ts",
"scripts": {
"add-contributor": "kcd-scripts contributors add",
"doc": "doctoc README.md --maxlevel 2 --notitle",
"build": "kcd-scripts build --browser --p-react",
"build": "kcd-scripts build --bundle --p-react",
"lint": "kcd-scripts lint",
"test": "kcd-scripts test",
"test:cover": "kcd-scripts test --coverage",
Expand All @@ -18,14 +19,12 @@
"test:build": "kcd-scripts test --config other/jest.config.js --no-watch",
"build-and-test": "npm run build -s && npm run test:build -s",
"storybook": "start-storybook -p 6006 -c stories",
"storybook:build": "cd stories && npm install && cd .. && build-storybook -c stories",
"storybook:build":
"cd stories && npm install && cd .. && build-storybook -c stories",
"validate": "kcd-scripts validate lint,build-and-test,test:cover,test:ts",
"precommit": "kcd-scripts precommit"
},
"files": [
"dist",
"typings"
],
"files": ["dist", "typings"],
"keywords": [
"enhanced input",
"react",
Expand All @@ -51,9 +50,9 @@
"@storybook/react": "^3.2.3",
"doctoc": "^1.3.0",
"enzyme": "^2.9.1",
"enzyme-to-json": "^1.5.1",
"enzyme-to-json": "^2.0.0",
"jest-serializer-html": "^4.0.0",
"kcd-scripts": "^0.6.1",
"kcd-scripts": "^0.16.3",
"preact": "^8.2.1",
"preact-render-to-string": "^3.6.3",
"prop-types": "^15.5.10",
Expand Down

0 comments on commit 1b1fd1b

Please sign in to comment.