Skip to content

Commit

Permalink
fix: Fix package main field
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Sep 4, 2024
1 parent 28eba68 commit 27057ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@diplodoc/openapi-extension",
"version": "2.3.1",
"description": "OpenAPI extension for Diplodoc transformer and builder",
"main": "plugin/cjs/index.min.js",
"types": "plugin/index.d.ts",
"main": "build/plugin/cjs/index.min.js",
"types": "build/plugin/index.d.ts",
"engines": {
"node": ">=18",
"npm": ">=9.*"
Expand Down

0 comments on commit 27057ae

Please sign in to comment.