From 5b0011f45a9608fd15901b7956073d403d3b954d Mon Sep 17 00:00:00 2001 From: blond Date: Mon, 21 Mar 2016 22:35:12 +0300 Subject: [PATCH] Moved to `enb` organization --- CONTRIBUTORS.md | 2 +- LICENSE.txt | 2 +- README.md | 6 +++--- package.json | 8 ++++---- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 1e296b2..942f8bf 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -10,7 +10,7 @@ Контрибьютеры ------------- -Список контрибьютеров данного проекта доступен по ссылке https://github.com/enb-make/enb-css/graphs/contributors. +Список контрибьютеров данного проекта доступен по ссылке https://github.com/enb/enb-css/graphs/contributors. Вы так же можете получить его с помощью команды `git log --pretty=format:"%an <%ae>" | sort -u`. diff --git a/LICENSE.txt b/LICENSE.txt index 2c085f4..988d176 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ © YANDEX LLC, 2015 -The Source Code called `enb-css` available at https://github.com/enb-make/enb-css is subject to the terms of the Mozilla Public License, v. 2.0 (hereinafter - MPL). The text of MPL is the following: +The Source Code called `enb-css` available at https://github.com/enb/enb-css is subject to the terms of the Mozilla Public License, v. 2.0 (hereinafter - MPL). The text of MPL is the following: Mozilla Public License, version 2.0 diff --git a/README.md b/README.md index c2fb671..e62e125 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ enb-css ======= [![NPM version](http://img.shields.io/npm/v/enb-css.svg?style=flat)](http://www.npmjs.org/package/enb-css) -[![Build Status](http://img.shields.io/travis/enb-make/enb-css/master.svg?style=flat&label=tests)](https://travis-ci.org/enb-make/enb-css) +[![Build Status](http://img.shields.io/travis/enb/enb-css/master.svg?style=flat&label=tests)](https://travis-ci.org/enb/enb-css) [![Build status](http://img.shields.io/appveyor/ci/blond/enb-css.svg?style=flat&label=windows)](https://ci.appveyor.com/project/andrewblond/enb-css) -[![Coverage Status](https://img.shields.io/coveralls/enb-make/enb-css.svg?style=flat)](https://coveralls.io/r/enb-make/enb-css?branch=master) -[![Dependency Status](http://img.shields.io/david/enb-make/enb-css.svg?style=flat)](https://david-dm.org/enb-make/enb-css) +[![Coverage Status](https://img.shields.io/coveralls/enb/enb-css.svg?style=flat)](https://coveralls.io/r/enb/enb-css?branch=master) +[![Dependency Status](http://img.shields.io/david/enb/enb-css.svg?style=flat)](https://david-dm.org/enb/enb-css) Пакет предоставляет набор [ENB](https://ru.bem.info/tools/bem/enb-bem/)-технологий для сборки CSS-файлов в проектах, построенных по [методологии БЭМ](https://ru.bem.info/method/). diff --git a/package.json b/package.json index 4641495..0627c7b 100644 --- a/package.json +++ b/package.json @@ -13,15 +13,15 @@ "licenses": [ { "type": "MPL-2.0", - "url": "https://github.com/enb-make/enb-css/blob/master/LICENSE.txt" + "url": "https://github.com/enb/enb-css/blob/master/LICENSE.txt" } ], "repository": { "type": "git", - "url": "git@github.com:enb-make/enb-css.git" + "url": "git@github.com:enb/enb-css.git" }, - "homepage": "https://github.com/enb-make/enb-css", - "bugs": "https://github.com/enb-make/enb-css/issues", + "homepage": "https://github.com/enb/enb-css", + "bugs": "https://github.com/enb/enb-css/issues", "maintainers": [ { "name": "Andrew Abramov",