Skip to content

Commit ea41f29

Browse files
devversionjelbourn
authored andcommitted
chore: remove typings manager (#2176)
* Removes the typings manager because the project uses `@types` now.
1 parent 86123a3 commit ea41f29

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# compiled output
44
/dist
55
/tmp
6-
/typings
76
/deploy
87

98
# dependencies

firebase.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"**/.*",
2424
"**/node_modules/**",
2525
"tmp",
26-
"deploy",
27-
"typings"
26+
"deploy"
2827
]
2928
}
3029
}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
"tslint": "^3.13.0",
9393
"typedoc": "^0.5.1",
9494
"typescript": "^2.0.2",
95-
"typings": "^1.3.1",
9695
"which": "^1.2.4"
9796
}
9897
}

0 commit comments

Comments
 (0)