Skip to content

Commit 820ead6

Browse files
Fix dist paths
1 parent 87affac commit 820ead6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/extensions/interfaces/editorjs/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
input: "src/index.js",
88
output: {
99
format: "es",
10-
file: "dist/extensions/editorjs-interface/index.js"
10+
file: "dist/extensions/interfaces/editorjs/index.js"
1111
},
1212
plugins: [
1313
process.env.NOTERSER ? null : terser(),

0 commit comments

Comments
 (0)