Skip to content

Commit

Permalink
Bower friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Belov committed Nov 24, 2017
1 parent b0d5b45 commit c734e07
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "array.findindex",
"description": "Lightweight Array.prototype.findIndex Polyfill. ES5. IE9+",
"main": "dist/array-find-index-polyfill.min.js",
"authors": [
"Vladimir Belov <[email protected]>"
],
"license": "MIT",
"keywords": [
"array",
"findIndex",
"polyfill",
"js",
"ES6",
"ES5",
"ie9"
],
"homepage": "https://github.com/vovkabelov/array.findIndex",
"ignore": [
".*",
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"package.json",
"bower.json"
]
}

0 comments on commit c734e07

Please sign in to comment.