Skip to content

Commit 9dc05f5

Browse files
committed
Fix dependency categorization
1 parent 3e97443 commit 9dc05f5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"eslint-plugin-jsx-a11y": "^3.0.2",
3636
"eslint-plugin-react": "^6.9.0",
3737
"gulp": "^3.9.1",
38+
"gulp-autoprefixer": "^3.1.1",
3839
"gulp-eslint": "^3.0.1",
3940
"gulp-header": "^1.8.8",
4041
"gulp-mocha-phantomjs": "^0.12.0",
@@ -46,8 +47,5 @@
4647
"react-dom": "^15.3.0",
4748
"webpack": "^1.13.1",
4849
"webpack-stream": "^3.2.0"
49-
},
50-
"dependencies": {
51-
"gulp-autoprefixer": "^3.1.1"
5250
}
5351
}

0 commit comments

Comments
 (0)