We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19bd9ab commit 98c1057Copy full SHA for 98c1057
Changes
@@ -1,5 +1,10 @@
1
Revision history for gulp-tsd
2
3
+0.1.0 2016-01-13T13:58:55Z
4
+
5
+ - Allow configurable debugging by using `debug` module (@goldcaddy77)
6
+ See: https://github.com/moznion/gulp-tsd/pull/14
7
8
0.0.4 2014-12-02T14:09:01Z
9
10
- Update dependent tsd version (@Nemo157)
package.json
@@ -1,7 +1,7 @@
{
"name": "gulp-tsd",
"author": "moznion <[email protected]>",
- "version": "0.0.4",
+ "version": "0.1.0",
"description": "Gulp plugin to automate TSD and TypeScript definition related tasks",
"main": "index.js",
"scripts": {
0 commit comments