Skip to content

Commit 5cb0e07

Browse files
committed
export types
1 parent 847f374 commit 5cb0e07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@space48/bigcommerce-token-validator",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import BigCommerce from 'node-bigcommerce';
22
import { BigCommercePermission } from './types/BigCommercePermission';
33
import { BigCommercePermissionEndpoints } from './endpoints';
4-
4+
export * from './types/BigCommercePermission';
55

66

77
const getClient = (creds: {

0 commit comments

Comments
 (0)