Skip to content

Commit

Permalink
Moved to enb organization
Browse files Browse the repository at this point in the history
  • Loading branch information
blond committed Mar 21, 2016
1 parent 4829061 commit ddaf3d0
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
22 changes: 11 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
* Добавлена технология `browser-js`.
* Добавлена технология `node-js`.

[#45]: https://github.com/enb-make/enb-js/pull/45
[#31]: https://github.com/enb-make/enb-js/issues/31
[#30]: https://github.com/enb-make/enb-js/issues/30
[#23]: https://github.com/enb-make/enb-js/issues/23
[#17]: https://github.com/enb-make/enb-js/issues/17
[#15]: https://github.com/enb-make/enb-js/issues/15
[#14]: https://github.com/enb-make/enb-js/issues/14
[#13]: https://github.com/enb-make/enb-js/issues/13
[#12]: https://github.com/enb-make/enb-js/issues/12
[#7]: https://github.com/enb-make/enb-js/issues/7
[#6]: https://github.com/enb-make/enb-js/issues/6
[#45]: https://github.com/enb/enb-js/pull/45
[#31]: https://github.com/enb/enb-js/issues/31
[#30]: https://github.com/enb/enb-js/issues/30
[#23]: https://github.com/enb/enb-js/issues/23
[#17]: https://github.com/enb/enb-js/issues/17
[#15]: https://github.com/enb/enb-js/issues/15
[#14]: https://github.com/enb/enb-js/issues/14
[#13]: https://github.com/enb/enb-js/issues/13
[#12]: https://github.com/enb/enb-js/issues/12
[#7]: https://github.com/enb/enb-js/issues/7
[#6]: https://github.com/enb/enb-js/issues/6
2 changes: 1 addition & 1 deletion CONTRIBUTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Контрибьютеры
-------------

Список контрибьютеров данного проекта доступен по ссылке https://github.com/enb-make/enb-js/graphs/contributors.
Список контрибьютеров данного проекта доступен по ссылке https://github.com/enb/enb-js/graphs/contributors.

Вы так же можете получить его с помощью команды `git log --pretty=format:"%an <%ae>" | sort -u`.

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
© YANDEX LLC, 2014

The Source Code called `enb-js` available at https://github.com/enb-make/enb-js 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-js` available at https://github.com/enb/enb-js 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

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ enb-js
======

[![NPM version](https://img.shields.io/npm/v/enb-js.svg?style=flat)](https://www.npmjs.org/package/enb-js)
[![Build Status](https://img.shields.io/travis/enb-make/enb-js/master.svg?style=flat&label=tests)](https://travis-ci.org/enb-make/enb-js)
[![Coverage Status](https://img.shields.io/coveralls/enb-make/enb-js.svg?style=flat)](https://coveralls.io/r/enb-make/enb-js?branch=master)
[![Dependency Status](https://img.shields.io/david/enb-make/enb-js.svg?style=flat)](https://david-dm.org/enb-make/enb-js)
[![Build Status](https://img.shields.io/travis/enb/enb-js/master.svg?style=flat&label=tests)](https://travis-ci.org/enb/enb-js)
[![Coverage Status](https://img.shields.io/coveralls/enb/enb-js.svg?style=flat)](https://coveralls.io/r/enb/enb-js?branch=master)
[![Dependency Status](https://img.shields.io/david/enb/enb-js.svg?style=flat)](https://david-dm.org/enb/enb-js)

Пакет предоставляет набор [ENB](https://ru.bem.info/tools/bem/enb-bem/)-технологий для сборки
JavaScript-кода в проектах, построенных по [методологии БЭМ](https://ru.bem.info/method/).
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"description": "JS techs for ENB",
"name": "enb-js",
"version": "1.1.0",
"repository": "git://github.com/enb-make/enb-js",
"homepage": "https://github.com/enb-make/enb-js",
"bugs": "https://github.com/enb-make/enb-js/issues",
"repository": "git://github.com/enb/enb-js",
"homepage": "https://github.com/enb/enb-js",
"bugs": "https://github.com/enb/enb-js/issues",
"licenses": [
{
"type": "MPL-2.0",
Expand Down

0 comments on commit ddaf3d0

Please sign in to comment.