diff --git a/package.json b/package.json index 0467e1f..2f6f205 100644 --- a/package.json +++ b/package.json @@ -1,9 +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", + "typings": "dist/index.d.ts", "scripts": { "test": "(npmts)" },