-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Increment version in source code. * Add sinonjs for test events.
- Loading branch information
1 parent
d656061
commit fc54d95
Showing
11 changed files
with
6,451 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
Oops, something went wrong.