Skip to content

Commit

Permalink
fix(utils): move typescript from peer dep to dev dep (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored and bradzacher committed Jul 18, 2019
1 parent c1e5c37 commit f949355
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/experimental-utils/package.json
Expand Up @@ -41,7 +41,9 @@
"eslint-scope": "^4.0.0"
},
"peerDependencies": {
"eslint": "*",
"eslint": "*"
},
"devDependencies": {
"typescript": "*"
}
}

0 comments on commit f949355

Please sign in to comment.