Skip to content

Commit 18b1cc6

Browse files
committed
since this is probably no going anywhere, an org seems a bit hubristic…
1 parent 9473771 commit 18b1cc6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# postcss-atomised
2-
[![npm version](https://badge.fury.io/js/postcss-atomised.svg)](https://badge.fury.io/js/postcss-atomised) [![Build Status](https://travis-ci.org/atomised-css/postcss-atomised.svg?branch=master)](https://travis-ci.org/atomised-css/postcss-atomised) [![Coverage Status](https://coveralls.io/repos/github/atomised-css/postcss-atomised/badge.svg?branch=master)](https://coveralls.io/github/atomised-css/postcss-atomised?branch=master) [![Dependency Status](https://dependencyci.com/github/atomised-css/postcss-atomised/badge)](https://dependencyci.com/github/atomised-css/postcss-atomised) [![Dependency Status](https://david-dm.org/atomised-css/postcss-atomised.svg)](https://david-dm.org/atomised-css/postcss-atomised) [![devDependency Status](https://david-dm.org/atomised-css/postcss-atomised/dev-status.svg)](https://david-dm.org/atomised-css/postcss-atomised#info=devDependencies)
2+
[![npm version](https://badge.fury.io/js/postcss-atomised.svg)](https://badge.fury.io/js/postcss-atomised) [![Build Status](https://travis-ci.org/sndrs/postcss-atomised.svg?branch=master)](https://travis-ci.org/sndrs/postcss-atomised) [![Coverage Status](https://coveralls.io/repos/github/sndrs/postcss-atomised/badge.svg?branch=master)](https://coveralls.io/github/sndrs/postcss-atomised?branch=master) [![Dependency Status](https://dependencyci.com/github/sndrs/postcss-atomised/badge)](https://dependencyci.com/github/sndrs/postcss-atomised) [![Dependency Status](https://david-dm.org/sndrs/postcss-atomised.svg)](https://david-dm.org/sndrs/postcss-atomised) [![devDependency Status](https://david-dm.org/sndrs/postcss-atomised/dev-status.svg)](https://david-dm.org/sndrs/postcss-atomised#info=devDependencies)
33

44
_This is probably not stable. It was initially developed for use on [the Guardian website](https://github.com/guardian/frontend), but it feels like it's the wrong solution to the problem of `bloat + complexity`. Leaving it here in case anyone finds it useful or we pick it up again._
55

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"main": "build/index.js",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/atomised-css/postcss-atomised.git"
8+
"url": "git+https://github.com/sndrs/postcss-atomised.git"
99
},
1010
"author": "Alex Sanders <[email protected]>",
1111
"license": "ISC",
1212
"bugs": {
13-
"url": "https://github.com/atomised-css/postcss-atomised/issues"
13+
"url": "https://github.com/sndrs/postcss-atomised/issues"
1414
},
15-
"homepage": "https://github.com/atomised-css/postcss-atomised#readme",
15+
"homepage": "https://github.com/sndrs/postcss-atomised#readme",
1616
"keywords": [
1717
"postcss",
1818
"css",

0 commit comments

Comments
 (0)