Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 6087c16

Browse files
author
Andrew Nesbitt
committed
Updated GitHub urls after org transfer
1 parent 335f583 commit 6087c16

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ If you'd like to see what features are still upcoming in [libsass], [Jo Liss](ht
1313

1414
Please check for [issues on the libsass repo](https://github.com/hcatlin/libsass/issues) (as there is a good chance that it may already be an issue there for it), and otherwise [create a new issue there](https://github.com/hcatlin/libsass/issues/new).
1515

16-
If this project is missing an API or command line flag that has been added to [libsass], then please open an issue here. We will then look at updating our [libsass] submodule and create a new release. You can help us create the new release by rebuilding binaries, and then creating a pull request to the [node-sass-binaries](https://github.com/andrew/node-sass-binaries) repo.
16+
If this project is missing an API or command line flag that has been added to [libsass], then please open an issue here. We will then look at updating our [libsass] submodule and create a new release. You can help us create the new release by rebuilding binaries, and then creating a pull request to the [node-sass-binaries](https://github.com/sass/node-sass-binaries) repo.
1717

1818
[libsass]: https://github.com/hcatlin/libsass

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# node-sass
22

3-
![logo](https://rawgit.com/andrew/node-sass/master/media/logo.svg)
3+
![logo](https://rawgit.com/sass/node-sass/master/media/logo.svg)
44

5-
[![Build Status](https://travis-ci.org/andrew/node-sass.svg?branch=master&style=flat)](https://travis-ci.org/andrew/node-sass)
5+
[![Build Status](https://travis-ci.org/sass/node-sass.svg?branch=master&style=flat)](https://travis-ci.org/sass/node-sass)
66
[![npm version](https://badge.fury.io/js/node-sass.svg)](http://badge.fury.io/js/node-sass)
7-
[![Dependency Status](https://david-dm.org/andrew/node-sass.svg?theme=shields.io)](https://david-dm.org/andrew/node-sass)
8-
[![devDependency Status](https://david-dm.org/andrew/node-sass/dev-status.svg?theme=shields.io)](https://david-dm.org/andrew/node-sass#info=devDependencies)
9-
[![Coverage Status](http://img.shields.io/coveralls/andrew/node-sass.svg)](https://coveralls.io/r/andrew/node-sass)
10-
[![Gitter chat](https://badges.gitter.im/andrew/node-sass.png)](https://gitter.im/andrew/node-sass)
7+
[![Dependency Status](https://david-dm.org/sass/node-sass.svg?theme=shields.io)](https://david-dm.org/sass/node-sass)
8+
[![devDependency Status](https://david-dm.org/sass/node-sass/dev-status.svg?theme=shields.io)](https://david-dm.org/sass/node-sass#info=devDependencies)
9+
[![Coverage Status](http://img.shields.io/coveralls/sass/node-sass.svg)](https://coveralls.io/r/sass/node-sass)
10+
[![Gitter chat](https://badges.gitter.im/sass/node-sass.png)](https://gitter.im/sass/node-sass)
1111

1212
Node-sass is a library that provides binding for Node.js to [libsass], the C version of the popular stylesheet preprocessor, Sass.
1313

@@ -25,7 +25,7 @@ If you'd like to see what features are still upcoming in [libsass], [Jo Liss](ht
2525

2626
Please check for [issues on the libsass repo](https://github.com/hcatlin/libsass/issues) (as there is a good chance that it may already be an issue there for it), and otherwise [create a new issue there](https://github.com/hcatlin/libsass/issues/new).
2727

28-
If this project is missing an API or command line flag that has been added to [libsass], then please open an issue here. We will then look at updating our [libsass] submodule and create a new release. You can help us create the new release by rebuilding binaries, and then creating a pull request to the [node-sass-binaries](https://github.com/andrew/node-sass-binaries) repo.
28+
If this project is missing an API or command line flag that has been added to [libsass], then please open an issue here. We will then look at updating our [libsass] submodule and create a new release. You can help us create the new release by rebuilding binaries, and then creating a pull request to the [node-sass-binaries](https://github.com/sass/node-sass-binaries) repo.
2929

3030
## Install
3131

@@ -199,15 +199,15 @@ Heavily inspired by <https://github.com/LearnBoost/stylus>
199199

200200
## Example App
201201

202-
There is also an example connect app here: <https://github.com/andrew/node-sass-example>
202+
There is also an example connect app here: <https://github.com/sass/node-sass-example>
203203

204204
## Rebuilding binaries
205205

206206
Node-sass includes pre-compiled binaries for popular platforms, to add a binary for your platform follow these steps:
207207

208208
Check out the project:
209209

210-
git clone https://github.com/andrew/node-sass.git
210+
git clone https://github.com/sass/node-sass.git
211211
cd node-sass
212212
git submodule init
213213
git submodule update
@@ -253,7 +253,7 @@ This module is brought to you and maintained by the following people:
253253

254254
## Contributors
255255

256-
We <3 our contributors! A special thanks to all those who have clocked in some dev time on this project, we really appreciate your hard work. You can find [a full list of those people here.](https://github.com/andrew/node-sass/graphs/contributors)
256+
We <3 our contributors! A special thanks to all those who have clocked in some dev time on this project, we really appreciate your hard work. You can find [a full list of those people here.](https://github.com/sass/node-sass/graphs/contributors)
257257

258258
### Note on Patches/Pull Requests
259259

@@ -265,6 +265,6 @@ We <3 our contributors! A special thanks to all those who have clocked in some d
265265

266266
## Copyright
267267

268-
Copyright (c) 2013 Andrew Nesbitt. See [LICENSE](https://github.com/andrew/node-sass/blob/master/LICENSE) for details.
268+
Copyright (c) 2013 Andrew Nesbitt. See [LICENSE](https://github.com/sass/node-sass/blob/master/LICENSE) for details.
269269

270270
[libsass]: https://github.com/hcatlin/libsass

build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if (!force && !process.env.SKIP_NODE_SASS_TESTS) {
4545
mocha.run(function (done) {
4646
if (done !== 0) {
4747
console.log('Problem with the binary; manual build incoming');
48-
console.log('Please consider contributing the release binary to https://github.com/andrew/node-sass-binaries for npm distribution.');
48+
console.log('Please consider contributing the release binary to https://github.com/sass/node-sass-binaries for npm distribution.');
4949
build();
5050
} else {
5151
console.log('Binary is fine; exiting');

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
"name": "node-sass",
44
"description": "wrapper around libsass",
55
"version": "0.9.2",
6-
"homepage": "https://github.com/andrew/node-sass",
6+
"homepage": "https://github.com/sass/node-sass",
77
"keywords": [
88
"sass",
99
"css",
1010
"libsass"
1111
],
1212
"bugs": {
13-
"url": "https://github.com/andrew/node-sass/issues"
13+
"url": "https://github.com/sass/node-sass/issues"
1414
},
1515
"licenses": [
1616
{
1717
"type": "MIT",
18-
"url": "https://github.com/andrew/node-sass/blob/master/LICENSE"
18+
"url": "https://github.com/sass/node-sass/blob/master/LICENSE"
1919
}
2020
],
2121
"main": "./sass.js",
2222
"repository": {
2323
"type": "git",
24-
"url": "git://github.com/andrew/node-sass.git"
24+
"url": "git://github.com/sass/node-sass.git"
2525
},
2626
"scripts": {
2727
"install": "node build.js",

scripts/prepublish

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (!test("-e", NODE_SASS_BINARIES_DIR)) {
2323
// Clone the binary repo to the expected location
2424
var NODE_SASS_DIR = pwd();
2525
cd("..");
26-
exec("git clone https://github.com/andrew/node-sass-binaries.git")
26+
exec("git clone https://github.com/sass/node-sass-binaries.git")
2727

2828
cd(NODE_SASS_DIR);
2929
}

0 commit comments

Comments
 (0)