Compare commits

...

2 Commits

Author SHA1 Message Date
a347ded65a 0.1.3 2016-05-23 05:37:12 +02:00
3ce4b200db add typings to package.json 2016-05-23 05:36:55 +02:00

View File

@ -1,8 +1,9 @@
{
"name": "taskbuffer",
"version": "0.1.2",
"version": "0.1.3",
"description": "Flexible task organization for gulp. TypeScript ready!",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},