diff --git a/.gitignore b/.gitignore index c8e0b16..b9a8c89 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ node_modules/ .settings/ .idea/ test/temp/ +test/temp2/ coverage/ docs/ diff --git a/package.json b/package.json index f1d31dc..c18649d 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { "name": "smartgit", - "version": "0.0.10", + "version": "0.0.11", "description": "an easy wrapper for nodegit", "main": "dist/index.js", + "typings": "dist/index.d.ts", "scripts": { "test": "(npmts)" },