Skip to content

Commit f779e6a

Browse files
committed
Updated to CSS 3.0.x
1 parent 2af44c8 commit f779e6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
"files": [
77
"index.js"
88
],
9-
"dependencies": {
10-
"css": "^2.0.0"
11-
},
129
"author": "TJ Holowaychuk <tj@vision-media.ca>",
1310
"license": "MIT",
1411
"repository": {
@@ -19,5 +16,8 @@
1916
"css",
2017
"parser",
2118
"stylesheet"
22-
]
19+
],
20+
"dependencies": {
21+
"css": "^3.0.0"
22+
}
2323
}

0 commit comments

Comments
 (0)