Skip to content

Commit

Permalink
Add bower_components for direct downloads but ignore them when instal…
Browse files Browse the repository at this point in the history
…ling using npm or bower
  • Loading branch information
almasaeed2010 committed Jul 1, 2017
1 parent 76ce5a9 commit 06bb8c2
Show file tree
Hide file tree
Showing 6,349 changed files with 580,427 additions and 1 deletion.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
/nbproject/
/nbproject/private/
/node_modules/
/bower_components/
ad.js
TODO
test.html
19 changes: 19 additions & 0 deletions bower_components/Flot/.bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "Flot",
"version": "0.8.3",
"main": "jquery.flot.js",
"dependencies": {
"jquery": ">= 1.2.6"
},
"homepage": "https://github.com/flot/flot",
"_release": "0.8.3",
"_resolution": {
"type": "version",
"tag": "v0.8.3",
"commit": "453b017cc5acfd75e252b93e8635f57f4196d45d"
},
"_source": "https://github.com/flot/flot.git",
"_target": "^0.8.3",
"_originalSource": "flot",
"_direct": true
}
3 changes: 3 additions & 0 deletions bower_components/Flot/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.min.js
!excanvas.min.js
node_modules/
3 changes: 3 additions & 0 deletions bower_components/Flot/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: node_js
node_js:
- 0.8
Loading

0 comments on commit 06bb8c2

Please sign in to comment.