Skip to content

Commit

Permalink
chore: remove typings manager (#2176)
Browse files Browse the repository at this point in the history
* Removes the typings manager because the project uses `@types` now.
  • Loading branch information
devversion authored and jelbourn committed Dec 13, 2016
1 parent 86123a3 commit ea41f29
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -3,7 +3,6 @@
# compiled output
/dist
/tmp
/typings
/deploy

# dependencies
Expand Down
3 changes: 1 addition & 2 deletions firebase.json
Expand Up @@ -23,8 +23,7 @@
"**/.*",
"**/node_modules/**",
"tmp",
"deploy",
"typings"
"deploy"
]
}
}
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -92,7 +92,6 @@
"tslint": "^3.13.0",
"typedoc": "^0.5.1",
"typescript": "^2.0.2",
"typings": "^1.3.1",
"which": "^1.2.4"
}
}

0 comments on commit ea41f29

Please sign in to comment.