Updated GitHub urls after org transfer
Showing
| ... | @@ -3,25 +3,25 @@ | ... | @@ -3,25 +3,25 @@ |
| "name": "node-sass", | "name": "node-sass", | ||
| "description": "wrapper around libsass", | "description": "wrapper around libsass", | ||
| "version": "0.9.2", | "version": "0.9.2", | ||
| "homepage": "https://github.com/andrew/node-sass", | "homepage": "https://github.com/sass/node-sass", | ||
| "keywords": [ | "keywords": [ | ||
| "sass", | "sass", | ||
| "css", | "css", | ||
| "libsass" | "libsass" | ||
| ], | ], | ||
| "bugs": { | "bugs": { | ||
| "url": "https://github.com/andrew/node-sass/issues" | "url": "https://github.com/sass/node-sass/issues" | ||
| }, | }, | ||
| "licenses": [ | "licenses": [ | ||
| { | { | ||
| "type": "MIT", | "type": "MIT", | ||
| "url": "https://github.com/andrew/node-sass/blob/master/LICENSE" | "url": "https://github.com/sass/node-sass/blob/master/LICENSE" | ||
| } | } | ||
| ], | ], | ||
| "main": "./sass.js", | "main": "./sass.js", | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git://github.com/andrew/node-sass.git" | "url": "git://github.com/sass/node-sass.git" | ||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "install": "node build.js", | "install": "node build.js", | ||
| ... | ... |
Please
register
or
sign in
to comment