diff --git a/.npmignore b/.npmignore index a227456..65dd66d 100644 --- a/.npmignore +++ b/.npmignore @@ -13,4 +13,5 @@ typings/ *.suo tsconfig.json tsd.json -gruntfile.js \ No newline at end of file +gruntfile.js +!csproj2ts.d.ts diff --git a/package.json b/package.json index 09948c9..e374786 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "csproj2ts", - "version": "0.0.5", + "version": "0.0.6", "description": "Library to parse TypeScript config info from a Visual Studio Project file", "main": "csproj2ts.js", "dependencies": {