Skip to content

Commit

Permalink
temporal: status disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
ernysans committed May 11, 2020
1 parent 4eb7832 commit 0a9c88c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"types": "./lib/index.d.ts",
"author": "The FabricElements Authors",
"license": "BSD-3-Clause",
"version": "0.0.36",
"version": "0.0.37",
"repository": {
"type": "git",
"url": "[email protected]:FabricElements/shared-helpers.git"
Expand Down
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import * as linkDomain from "./link-domain";
import pubSubEvent from "./pubsub-event";
import replaceMessageText from "./replace-message-text";
import specialCharToRegular from "./special-char-to-regular";
import * as status from "./status";
// import * as status from "./status";
import * as strings from "./strings";
import validateUrl from "./validate-url";

Expand All @@ -32,7 +32,7 @@ export {
pubSubEvent,
replaceMessageText,
specialCharToRegular,
status,
// status,
strings,
validateUrl,
};

0 comments on commit 0a9c88c

Please sign in to comment.