Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sozialarchiv committed Oct 12, 2024
1 parent 7b7af05 commit ffa3515
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@editorjs/embed",
"version": "2.8.0",
"version": "2.7.6",
"keywords": [
"codex editor",
"embed",
Expand Down
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import SERVICES from './services';
import './index.css';
import { debounce } from 'debounce';
import { type ServiceConfig, type ServicesConfigType } from './serviceConfig';
import { type API , type PatternPasteEventDetail } from '@editorjs/editorjs';
import type { ServiceConfig, ServicesConfigType } from './serviceConfig';
import type { API , PatternPasteEventDetail } from '@editorjs/editorjs';

/**
* @description Embed Tool data
Expand Down
2 changes: 1 addition & 1 deletion src/services.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable no-useless-escape */
import { type ServicesConfigType } from './serviceConfig';
import type { ServicesConfigType } from './serviceConfig';

const SERVICES: ServicesConfigType = {
vimeo: {
Expand Down

0 comments on commit ffa3515

Please sign in to comment.