Skip to content

Commit 0c8e01d

Browse files
committed
Remove "I'mateapot" export; use "ImATeapot" instead
1 parent a3010a3 commit 0c8e01d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.x
2+
===
3+
4+
* Remove `I'mateapot` export; use `ImATeapot` instead
5+
16
2021-11-14 / 1.8.1
27
==================
38

index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,10 +281,6 @@ function populateConstructorExports (exports, codes, HttpError) {
281281
exports[name] = CodeError
282282
}
283283
})
284-
285-
// backwards-compatibility
286-
exports["I'mateapot"] = deprecate.function(exports.ImATeapot,
287-
'"I\'mateapot"; use "ImATeapot" instead')
288284
}
289285

290286
/**

0 commit comments

Comments
 (0)