Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #51 from zxqfox/hotfix/meta
Browse files Browse the repository at this point in the history
License field in package.json and bower.json file
  • Loading branch information
dfilatov committed Jul 19, 2015
2 parents f0c8816 + 9a5c78b commit 783301f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
23 changes: 23 additions & 0 deletions bower.json
@@ -0,0 +1,23 @@
{
"name": "ym",
"main": "modules.js",
"description" : "Async modular system",
"homepage" : "https://github.com/ymaps/modules",
"keywords" : ["javascript", "module", "async", "dependency", "injection"],
"authors": [{
"name" : "Dmitry Filatov",
"email" : "dfilatov@yandex-team.ru"
}],
"moduleType": [
"globals",
"node"
],
"license": "(MIT OR GPL-2.0+)",
"ignore": [
"**/.*",
"Makefile",
"package.json",
"node_modules",
"test"
]
}
10 changes: 9 additions & 1 deletion package.json
Expand Up @@ -23,5 +23,13 @@
},
"scripts" : {
"test" : "make lint && make test"
}
},
"license": "(MIT OR GPL-2.0+)",
"ignore": [
"**/.*",
"Makefile",
"bower.json",
"node_modules",
"test"
]
}

0 comments on commit 783301f

Please sign in to comment.