Skip to content

Commit

Permalink
Remove unused archives from bower mains
Browse files Browse the repository at this point in the history
  • Loading branch information
cpettitt committed Sep 28, 2014
1 parent ef82670 commit 1a5dd79
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/release/make-bower.json.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
var template = {
name: 'graphlib',
version: require('../../package.json').version,
main: ['js/graphlib.js', 'js/graphlib.min.js',
'js/graphlib.full.js', 'js/graphlib.full.min.js'],
main: ['js/graphlib.js', 'js/graphlib.min.js'],
ignore: [
'README.md'
],
dependencies: {
'lodash': '^2.4.1'
}
};

Expand Down

0 comments on commit 1a5dd79

Please sign in to comment.