Skip to content

Commit 41daa93

Browse files
committed
Add autoprefixer
1 parent 961f94e commit 41daa93

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-web-app",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Create web app",
55
"bin": {
66
"create-web-app": "./bin/cwa",

template/.browserslistrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
> 1%
2+
Last 2 versions

template/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
<%_ if (js === 'coffeescript') { -%>
8181
"coffeescript": "^1.12.5",
8282
<%_ } -%>
83+
"autoprefixer": "^7.1.1",
8384
"live-server": "^1.2.0",
8485
"npm-run-all": "^4.0.2"
8586
}

0 commit comments

Comments
 (0)