Skip to content

Commit 0146e52

Browse files
committed
chore: remove Utils as dependency
1 parent 7d5913d commit 0146e52

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

package-lock.json

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
},
3535
"dependencies": {
3636
"@contentstack/core": "^1.2.0",
37-
"@contentstack/utils": "^1.3.19",
3837
"axios": "^1.8.2",
3938
"humps": "^2.0.1"
4039
},

src/lib/contentstack.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { handleRequest } from './cache';
44
import { Stack as StackClass } from './stack';
55
import { Policy, StackConfig } from './types';
66
import * as Utility from './utils';
7-
export * as Utils from '@contentstack/utils';
87

98
let version = '{{VERSION}}';
109

0 commit comments

Comments
 (0)