Browse Source

Removed all build-related stuff from bower.json (#1968)

* removed everything build related
* added keywords because it is recommended
codeClimate
Alexander Wunschik 7 years ago
committed by GitHub
parent
commit
096703bec8
1 changed files with 16 additions and 0 deletions
  1. +16
    -0
      bower.json

+ 16
- 0
bower.json View File

@ -8,9 +8,25 @@
"type": "git",
"url": "git://github.com/almende/vis.git"
},
"keywords": [
"vis",
"visualization",
"web based",
"browser based",
"javascript",
"chart",
"linechart",
"timeline",
"graph",
"network",
"browser"
],
"ignore": [
"gulpfile.js",
"index*.js",
"misc",
"node_modules",
"package.json",
"test",
"tools",
"lib",

Loading…
Cancel
Save