Skip to content

Commit

Permalink
Resolve invalid metadata in bower.json
Browse files Browse the repository at this point in the history
The main field cannot contain minified files
(https://github.com/bower/spec/blob/master/json.md#main).
  • Loading branch information
emmaguo committed Aug 30, 2016
1 parent 12fca90 commit c4baaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "angular-poller",
"main": "angular-poller.min.js",
"main": "angular-poller.js",
"description": "Lightweight poller service for AngularJS apps",
"homepage": "https://github.com/emmaguo/angular-poller",
"license": "MIT",
Expand Down

0 comments on commit c4baaeb

Please sign in to comment.