Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6ec688b994 | ||
|
|
990ed9dcec |
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "takerofnotes-plugin-filesystem",
|
"name": "takerofnotes-plugin-filesystem",
|
||||||
"version": "1.5.0",
|
"version": "1.6.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "takerofnotes-plugin-filesystem",
|
"name": "takerofnotes-plugin-filesystem",
|
||||||
"version": "1.5.0",
|
"version": "1.6.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"gray-matter": "^4.0.3",
|
"gray-matter": "^4.0.3",
|
||||||
|
|||||||
@@ -1,15 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "takerofnotes-plugin-filesystem",
|
"name": "takerofnotes-plugin-filesystem",
|
||||||
"version": "1.5.0",
|
"version": "1.6.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/nicwands/takerofnotes-plugin-filesystem.git"
|
"url": "git+https://github.com/nicwands/takerofnotes-plugin-filesystem.git"
|
||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"exports": {
|
"exports": "./dist/index.js",
|
||||||
".": "./dist/index.js"
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rollup -c",
|
"build": "rollup -c",
|
||||||
"prepublishOnly": "npm run build"
|
"prepublishOnly": "npm run build"
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// rollup.config.js
|
||||||
import resolve from '@rollup/plugin-node-resolve'
|
import resolve from '@rollup/plugin-node-resolve'
|
||||||
import commonjs from '@rollup/plugin-commonjs'
|
import commonjs from '@rollup/plugin-commonjs'
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ export default definePlugin({
|
|||||||
id: 'filesystem',
|
id: 'filesystem',
|
||||||
name: 'Filesystem',
|
name: 'Filesystem',
|
||||||
description: 'Store notes as markdown files on your local filesystem',
|
description: 'Store notes as markdown files on your local filesystem',
|
||||||
version: '1.5.0',
|
version: '1.6.0',
|
||||||
apiVersion: '0.4.0',
|
apiVersion: '0.4.0',
|
||||||
configSchema: [
|
configSchema: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user