Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Prepare for 8.0.0 release.
  • Loading branch information
loganfsmyth committed Aug 27, 2018
1 parent 95e71fd commit 13d90b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -22,16 +22,16 @@ __Notes:__ Issues with the output should be reported on the babel [issue tracker

<h2 align="center">Install</h2>

> webpack 3.x | babel-loader 8.x | babel 7.x
> webpack 4.x | babel-loader 8.x | babel 7.x
```bash
npm install "babel-loader@^8.0.0-beta" @babel/core @babel/preset-env webpack
npm install babel-loader @babel/core @babel/preset-env webpack
```

> webpack 3.x babel-loader 7.x | babel 6.x
> webpack 4.x | babel-loader 7.x | babel 6.x
```bash
npm install babel-loader babel-core babel-preset-env webpack
npm install babel-loader@7 babel-core babel-preset-env webpack
```

<h2 align="center">Usage</h2>
Expand Down
5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -16,7 +16,7 @@
"util.promisify": "^1.0.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0 || ^7.0.0-rc || ^7.0.0-beta.41",
"@babel/core": "^7.0.0",
"webpack": ">=2"
},
"devDependencies": {
Expand Down Expand Up @@ -53,9 +53,6 @@
"test": "yarn run lint && cross-env BABEL_ENV=test yarn run build && yarn run test-only",
"test-only": "nyc ava"
},
"publishConfig": {
"tag": "next"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel-loader.git"
Expand Down

0 comments on commit 13d90b2

Please sign in to comment.