Skip to content

Commit

Permalink
fix: Change artifacts placement
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Sep 4, 2024
1 parent 1044937 commit e6c7cab
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@diplodoc/latex-extension",
"version": "1.1.0",
"description": "Extension for Diplodoc platform which adds support for Latex syntax using Katex",
"main": "plugin/index.js",
"types": "plugin/index.d.ts",
"main": "build/plugin/index.js",
"types": "build/plugin/index.d.ts",
"exports": {
".": "./build/plugin/index.js",
"./plugin": "./build/plugin/index.js",
Expand All @@ -26,9 +26,7 @@
"author": "",
"license": "MIT",
"files": [
"plugin",
"runtime",
"react"
"build"
],
"devDependencies": {
"@diplodoc/lint": "^1.1.3",
Expand Down

0 comments on commit e6c7cab

Please sign in to comment.