Skip to content

Commit

Permalink
Changes:
Browse files Browse the repository at this point in the history
* Increment version in source code.
* Add sinonjs for test events.
  • Loading branch information
victor-valencia committed Jul 18, 2017
1 parent d656061 commit fc54d95
Show file tree
Hide file tree
Showing 11 changed files with 6,451 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bootstrap-iconpicker/css/bootstrap-iconpicker.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap-iconpicker v1.7.0
* Bootstrap-iconpicker v1.8.0
*
* Copyright 2013-2017 Victor Valencia Rico.
* Licensed under the Apache License v2.0
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-iconpicker/css/bootstrap-iconpicker.min.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap-iconpicker v1.7.0
* Bootstrap-iconpicker v1.8.0
*
* Copyright 2013-2017 Victor Valencia Rico.
* Licensed under the Apache License v2.0
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-iconpicker/js/bootstrap-iconpicker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!========================================================================
* Bootstrap: bootstrap-iconpicker.js v1.7.0 by @recktoner
* Bootstrap: bootstrap-iconpicker.js v1.8.0 by @recktoner
* https://victor-valencia.github.com/bootstrap-iconpicker
* ========================================================================
* Copyright 2013-2017 Victor Valencia Rico.
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-iconpicker/js/bootstrap-iconpicker.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
"type": "git",
"url": "http://victor-valencia.github.io/bootstrap-iconpicker"
},
"main": "bootstrap-iconpicker/"
"main": "bootstrap-iconpicker/",
"devDependencies": {
"sinonjs": "^1.17.1"
}
}
21 changes: 21 additions & 0 deletions bower_components/sinonjs/.bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "sinonjs",
"version": "1.17.1",
"main": "sinon.js",
"ignore": [
"**/.*",
"node_modules",
"components"
],
"homepage": "https://github.com/blittle/sinon.js",
"_release": "1.17.1",
"_resolution": {
"type": "version",
"tag": "v1.17.1",
"commit": "9b970e7b8ff7fcb95d2c4d9a41b33370af764fc9"
},
"_source": "https://github.com/blittle/sinon.js.git",
"_target": "^1.17.1",
"_originalSource": "sinonjs",
"_direct": true
}
8 changes: 8 additions & 0 deletions bower_components/sinonjs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
sinon.js
========

SinonJS proxy repository for the BowerJS package manager

Install with: `bower install sinonjs`

For more information on SinonJS: https://github.com/cjohansen/Sinon.JS
10 changes: 10 additions & 0 deletions bower_components/sinonjs/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "sinonjs",
"version": "1.17.1",
"main": "sinon.js",
"ignore": [
"**/.*",
"node_modules",
"components"
]
}
Loading

0 comments on commit fc54d95

Please sign in to comment.