Skip to content

Commit

Permalink
chore: remove old bits mentioning webpack < 4 and node < 6 (#286)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop support for node < 6.9 and webpack < 4
  • Loading branch information
mistic authored and evilebottnawi committed Feb 7, 2019
1 parent 6fc9ea5 commit 012eb8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
13 changes: 0 additions & 13 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
{
"presets": [
[
"env",
{
"useBuiltIns": true,
"targets": {
"node": "4.8"
},
"exclude": [
"transform-async-to-generator",
"transform-regenerator"
]
}
],
[
"env",
{
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"bin": "",
"main": "dist/cjs.js",
"engines": {
"node": ">= 6.9.0 <7.0.0 || >= 8.9.0"
"node": ">= 6.9.0"
},
"scripts": {
"start": "npm run build -- -w",
Expand Down Expand Up @@ -41,7 +41,7 @@
],
"peerDependencies": {
"less": "^2.3.1 || ^3.0.0",
"webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
"webpack": "^4.0.0"
},
"dependencies": {
"@webpack-contrib/schema-utils": "^1.0.0-beta.0",
Expand Down

0 comments on commit 012eb8f

Please sign in to comment.