Skip to content

Commit

Permalink
Revert "Added removeChildElements helper"
Browse files Browse the repository at this point in the history
This reverts commit f2c5755.
  • Loading branch information
alexiglesias93 committed Apr 25, 2021
1 parent f2c5755 commit 8f6784a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
1 change: 0 additions & 1 deletion helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export { default as wait } from './wait';
export { default as throwError } from './throwError';
export { default as selectInputElement } from './selectInputElement';
export { default as queryElement } from './queryElement';
export { default as removeChildElements } from './removeChildElements';
export { default as isVisible } from './isVisible';
export { default as isScrollable } from './isScrollable';
export { default as getObjectKeys } from './getObjectKeys';
Expand Down
11 changes: 0 additions & 11 deletions helpers/removeChildElements.ts

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finsweet/ts-utils",
"version": "0.2.0",
"version": "0.1.1",
"description": "Typescript utils for custom Webflow projects.",
"main": "index.ts",
"module": "index.ts",
Expand Down

0 comments on commit 8f6784a

Please sign in to comment.