Browse Source

Remove src, spec, examples and unrelated config files from bower.

pull/869/head
Shuhei Kagawa 10 years ago
parent
commit
b802564020
  1. 8
      bower.json

8
bower.json

@ -19,8 +19,12 @@
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
"htdocs",
"spec",
"src",
"package.json",
"component.json",
"Gruntfile.*"
],
"dependencies": {
"d3": "~3.4.4"

Loading…
Cancel
Save