Skip to content

Commit fbfce1f

Browse files
committed
Merge pull request reworkcss#31 from shinnn/master
Fix repository URL
2 parents 324da12 + 84a56af commit fbfce1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# css-stringify [![Build Status](https://travis-ci.org/visionmedia/css-stringify.png)](https://travis-ci.org/visionmedia/css-stringify)
1+
# css-stringify [![Build Status](https://travis-ci.org/reworkcss/css-stringify.png)](https://travis-ci.org/reworkcss/css-stringify)
22

33
CSS compiler using the AST provided by [css-parse](https://github.com/visionmedia/css-parse).
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"main": "index",
1717
"repository": {
1818
"type": "git",
19-
"url": "https://github.com/visionmedia/css-stringify.git"
19+
"url": "https://github.com/reworkcss/css-stringify.git"
2020
},
2121
"scripts": {
2222
"test": "make test"

0 commit comments

Comments
 (0)