Skip to content

Commit

Permalink
publish bower package close #2
Browse files Browse the repository at this point in the history
publish npm package close #3
  • Loading branch information
jossef committed Dec 26, 2016
1 parent a31a742 commit 1d2d7c8
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
22 changes: 22 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "open-accessibility",
"version": "0.0.2",
"author": "Jossef Harush",
"description": "Free accessability tools menu for website maintainers powered by jQuery",
"keywords": [
"accessibility",
"accessibility icons",
"accessibility menu",
"text zoom",
"open-accessibility"
],
"main": [
"dist/open-accessability.min.css",
"dist/open-accessability.min.js"
],
"license": "Apache-2.0",
"homepage": "https://jossef.github.io/open-accessability/",
"dependencies": {
"jquery": "*"
}
}
24 changes: 23 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
{
"name": "open-accessibility",
"version": "0.0.1",
"version": "0.0.2",
"description": "Free accessability tools menu for website maintainers powered by jQuery",
"main": "dist/open-accessability.min.js",
"repository": {
"type": "git",
"url": "https://github.com/jossef/open-accessability"
},
"keywords": [
"accessibility",
"accessibility icons",
"accessibility menu",
"text zoom",
"open-accessibility"
],
"author": "Jossef Harush",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jossef/open-accessability/issues"
},
"homepage": "https://jossef.github.io/open-accessability/",
"dependencies": {
"jquery": "*"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-preset-es2015": "^6.18.0",
Expand Down

0 comments on commit 1d2d7c8

Please sign in to comment.