Skip to content

Commit 961862d

Browse files
Do not export json schema
1 parent 8f94822 commit 961862d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,4 @@ export {PACKAGE_NAME} from './package-name'
1212
export {PushNotification} from './push-notification'
1313
export {registerDevice, type RegisterDeviceParam} from './register-device'
1414
export {requestPermissions, type RequestPermissionsResult} from './request-permissions'
15-
import * as pushNotificationJsonSchema from './schema.json';
16-
export { pushNotificationJsonSchema };
1715
export {checkPermissions, type CheckPermissionsResult} from './check-permissions'

0 commit comments

Comments
 (0)