diff --git a/src/FileSystemAdapter.js b/src/FileSystemAdapter.js index 0c0aec0..2892835 100644 --- a/src/FileSystemAdapter.js +++ b/src/FileSystemAdapter.js @@ -1,4 +1,4 @@ -import { BaseNotesAdapter } from 'takerofnotes-plugin-sdk' +import { BaseNotesAdapter } from '@takerofnotes/plugin-sdk' import matter from 'gray-matter' import fs from 'fs/promises' import path from 'path' diff --git a/src/index.js b/src/index.js index 42cf073..960795f 100644 --- a/src/index.js +++ b/src/index.js @@ -1,5 +1,5 @@ import FileSystemAdapter from './FileSystemAdapter' -import { definePlugin } from 'takerofnotes-plugin-sdk' +import { definePlugin } from '@takerofnotes/plugin-sdk' export default definePlugin({ id: 'filesystem',