Skip to content

Commit

Permalink
update repo path
Browse files Browse the repository at this point in the history
  • Loading branch information
cuth committed Dec 23, 2015
1 parent a4ed727 commit e1a3bff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "postcss-pxtorem",
"description": "A CSS post-processor that converts px to rem.",
"version": "3.3.0",
"version": "3.3.1",
"author": "cuth",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/cuth/pxtorem"
"url": "git@github.com:cuth/postcss-pxtorem.git"
},
"bugs": "https://github.com/cuth/pxtorem/issues",
"bugs": "https://github.com/cuth/postcss-pxtorem/issues",
"main": "index.js",
"scripts": {
"test": "jasmine-node spec"
Expand Down

0 comments on commit e1a3bff

Please sign in to comment.