Skip to content

Commit c07dfb6

Browse files
author
rofrischmann
committed
replaced inline-style-prefixer with a lightweight module
1 parent fe8939c commit c07dfb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-layout-components",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
44
"description": "Layout Components for React based on Flexbox",
55
"main": "lib/index.js",
66
"files": [
@@ -45,7 +45,7 @@
4545
},
4646
"dependencies": {
4747
"assign-styles": "^1.0.2",
48-
"inline-style-prefixer": "^0.6.0"
48+
"inline-style-prefix-all": "^1.0.1"
4949
},
5050
"peerDependencies": {
5151
"react": "^0.14.3",

0 commit comments

Comments
 (0)