Skip to content

Commit ef5ef05

Browse files
Yeti-orMisha Berezin
authored andcommitted
Add bower.json and "repository" section in package.json
1 parent 09f743f commit ef5ef05

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

bower.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "bem-bl",
3+
"version": "2.7.0",
4+
"private": true,
5+
"homepage": "https://github.com/bem/bem-bl",
6+
"description": "Base BEM library",
7+
"main": ""
8+
}

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "bem-bl",
3-
"version": "2.6.2",
3+
"version": "2.7.0",
44
"private": true,
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/bem/bem-bl.git"
8+
},
59
"dependencies": {
610
"xjst": "~0.10.0",
711
"ometajs": "~3.3.5",

0 commit comments

Comments
 (0)