Skip to content

Commit

Permalink
Update to v0.0.6 (fix ignoring d.ts file)
Browse files Browse the repository at this point in the history
  • Loading branch information
nycdotnet committed Oct 14, 2015
1 parent be0bb6a commit c2320cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ typings/
*.suo
tsconfig.json
tsd.json
gruntfile.js
gruntfile.js
!csproj2ts.d.ts
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c2320cb

Please sign in to comment.