Skip to content

Commit a61f4c0

Browse files
committed
removed deprecation definition
1 parent 030922b commit a61f4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Deprecator/Deprecations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
*
1212
* If there are no deprecations this must return an empty array anyway.
1313
*/
14-
module.exports = [{ optionKey: 'directAccess', changeNewDefault: 'true' }];
14+
module.exports = [];

0 commit comments

Comments
 (0)