Skip to content

Commit

Permalink
chore: consistently reference @babel/core (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored and zkat committed Jan 17, 2019
1 parent 3295285 commit ff42c1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions accepted/0008-no-caret-prerelease-installs.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ results in

```diff
"devDependencies": {
- "@babel/register": "^7.0.0-beta.52"
+ "@babel/register": "7.0.0-beta.52"
- "@babel/core": "^7.0.0-beta.52"
+ "@babel/core": "7.0.0-beta.52"
}
```

Expand Down

0 comments on commit ff42c1b

Please sign in to comment.