Skip to content

Commit

Permalink
Add autoprefixer
Browse files Browse the repository at this point in the history
  • Loading branch information
dangvanthanh committed May 24, 2017
1 parent 961f94e commit 41daa93
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-web-app",
"version": "0.1.3",
"version": "0.1.4",
"description": "Create web app",
"bin": {
"create-web-app": "./bin/cwa",
Expand Down
2 changes: 2 additions & 0 deletions template/.browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
> 1%
Last 2 versions
1 change: 1 addition & 0 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
<%_ if (js === 'coffeescript') { -%>
"coffeescript": "^1.12.5",
<%_ } -%>
"autoprefixer": "^7.1.1",
"live-server": "^1.2.0",
"npm-run-all": "^4.0.2"
}
Expand Down

0 comments on commit 41daa93

Please sign in to comment.