Skip to content
This repository was archived by the owner on Sep 5, 2020. It is now read-only.

Commit 3a0acdb

Browse files
committed
fixed dependency error
1 parent bc7181d commit 3a0acdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-in-style",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"description": "Style react components by generating a style tag for all react components",
55
"main": "dist/react-in-style.js",
66
"scripts": {
@@ -54,9 +54,9 @@
5454
"run-sequence": "^1.0.2",
5555
"sinon": "^1.12.2",
5656
"sinon-chai": "^2.6.0",
57-
"vinyl-source-stream": "^1.0.0",
58-
"autoprefixer-core": "^5.1.8"
57+
"vinyl-source-stream": "^1.0.0"
5958
},
6059
"dependencies": {
60+
"autoprefixer-core": "^5.1.8"
6161
}
6262
}

0 commit comments

Comments
 (0)