Skip to content

Commit

Permalink
Merge pull request #3 from ustudio/update-dependencies
Browse files Browse the repository at this point in the history
Adjust dependencies
  • Loading branch information
tjensen authored Jan 25, 2018
2 parents 94baa61 + 096a305 commit 3f1f8df
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"name": "eslint-config-ustudio",
"version": "1.0.0",
"version": "1.1.0",
"description": "resusable ESLint config for uStudio",
"dependencies": {
"eslint": "^3.6.1",
"eslint-plugin-react": "^6.3.0"
},
"dependencies": {},
"devDependencies": {
"ava": "latest",
"eslint": "^3.6.1",
"eslint-plugin-react": "^6.3.0",
"is-plain-object": "^2.0.1"
},
"peerDependencies": {
"eslint": "^3.6.1 || ^4.0.0",
"eslint-plugin-react": "^6.3.0 || ^7.0.0"
},
"repository": "ustudio/eslint-config-ustudio",
"scripts": {
"test": "ava"
Expand Down

0 comments on commit 3f1f8df

Please sign in to comment.