diff --git a/package.json b/package.json index 90b6eb1..4df8884 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,7 @@ }, "type": "module", "main": "dist/index.js", - "exports": { - ".": "./dist/index.js" - }, + "exports": "./dist/index.js", "scripts": { "build": "rollup -c", "prepublishOnly": "npm run build" diff --git a/rollup.config.js b/rollup.config.js index 3d1a80a..d1a1015 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -1,3 +1,4 @@ +// rollup.config.js import resolve from '@rollup/plugin-node-resolve' import commonjs from '@rollup/plugin-commonjs' diff --git a/src/index.js b/src/index.js index a9a17dd..59135a9 100644 --- a/src/index.js +++ b/src/index.js @@ -5,7 +5,7 @@ export default definePlugin({ id: 'filesystem', name: 'Filesystem', description: 'Store notes as markdown files on your local filesystem', - version: '1.5.0', + version: '1.6.0', apiVersion: '0.4.0', configSchema: [ {