Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
List only one JS file in bower.json's main group. Resolves #123
Browse files Browse the repository at this point in the history
  • Loading branch information
inexorabletash committed Feb 20, 2017
1 parent 86d1aa2 commit 9247ecc
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,7 @@
"description": "Various Web API and ECMAScript Polyfills",
"license": "Unlicense",
"main": [

This comment has been minimized.

Copy link
@Mouvedia

Mouvedia Feb 20, 2017

If there's only one file you can use a string.

"es5.js",
"es6.js",
"es2016.js",
"html.js",
"dom.js",
"xhr.js",
"url.js",
"fetch.js",
"cssom.js",
"timing.js",
"keyboard.js",
"typedarray.js"
"polyfill.js"
],
"keywords": [
"polyfill",
Expand Down

0 comments on commit 9247ecc

Please sign in to comment.