Skip to content

Commit

Permalink
Merge pull request #34 from calvinjuarez/update-dependencies
Browse files Browse the repository at this point in the history
update autoprefixer to 8.6.3 & postcss to 6.0.22 (fix #33, close #27)
  • Loading branch information
calvinjuarez committed Jul 13, 2018
2 parents 8497964 + 0004d46 commit bffe924
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 8 deletions.
167 changes: 167 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "less-plugin-autoprefix",
"version": "1.5.1",
"version": "2.0.0",
"description": "autoprefixer plugin for less.js",
"homepage": "http://lesscss.org",
"author": {
Expand All @@ -24,17 +24,16 @@
],
"main": "lib/index.js",
"engines": {
"node": ">=0.4.2"
"node": ">=4.0.0"
},
"dependencies": {
"autoprefixer": "^6.0.0",
"postcss": "^5.0.0"
},
"devDependencies": {
"autoprefixer": "^8.6.3",
"postcss": "^6.0.22"
},
"devDependencies": {},
"keywords": [
"less plugins",
"autoprefixer",
"less prefixes"
"autoprefixer",
"less prefixes"
]
}

0 comments on commit bffe924

Please sign in to comment.