Skip to content

Commit a8304e0

Browse files
committed
Fixed index.ts
1 parent 39d6093 commit a8304e0

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sfdmu-gui-app",
3-
"version": "4.7.0",
3+
"version": "4.7.1",
44
"description": "SFDMU GUI App",
55
"repository": "forcedotcom/SFDX-Data-Move-Utility-Desktop-App",
66
"license": "BSD-3-Clause",

src/private/index.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
export * from './detect-unused-i18n';
2-
export * from './flip-css';
3-
export * from './remove-comments';
4-
export * from './translate';
1+
export * from './dev';

0 commit comments

Comments
 (0)