Skip to content

Commit

Permalink
Add autoprefixer to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
codeguy committed Sep 27, 2015
1 parent 8a766a2 commit 23f7c1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"grunt": "~0.4.5",
"grunt-contrib-less": "~1.0.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-postcss": "^0.6.0"
"grunt-postcss": "^0.6.0",
"autoprefixer": "^6.0.3"
}
}

0 comments on commit 23f7c1e

Please sign in to comment.