Skip to content

Commit

Permalink
Merge pull request #319 from Exabyte-io/chore/SOF-7209
Browse files Browse the repository at this point in the history
SOF-7209: update exports in package.json
  • Loading branch information
k0stik authored Jun 4, 2024
2 parents 2dfcc19 + 8411857 commit e5533dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 1 addition & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"homepage": "https://github.com/Exabyte-io/esse",
"devDependencies": {
"@exabyte-io/eslint-config": "^2023.8.29-1",
"@mat3ra/tsconfig": "^2024.3.25-5",
"@mat3ra/tsconfig": "^2024.6.3-0",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"chai": "4.3.4",
Expand Down Expand Up @@ -87,22 +87,6 @@
"*.{js,css}": "prettier --write"
},
"exports": {
"./lib/js/schema/*.json": "./dist/js/schema/*.json",
"./lib/js/example/*": "./dist/js/example/*.js",
"./lib/js/utils/*": "./dist/js/utils/*.js",
"./lib/js/esse/*": "./dist/js/esse/*.js",
"./lib/js/json_include/*": "./dist/js/json_include/*.js",
"./lib/js/scripts/*": "./dist/js/scripts/*.js",
"./lib/js/types": "./dist/js/types.ts",
"./lib/js/schemas.json": "./dist/js/schemas.json",
"./dist/schema/*.json": "./dist/js/schema/*.json",
"./dist/example/*": "./dist/js/example/*.js",
"./dist/utils/*": "./dist/js/utils/*.js",
"./dist/esse/*": "./dist/js/esse/*.js",
"./dist/json_include/*": "./dist/js/json_include/*.js",
"./dist/scripts/*": "./dist/js/scripts/*.js",
"./dist/types": "./dist/js/types.ts",
"./dist/schemas.json": "./dist/js/schemas.json",
"./dist/js/schema/*.json": "./dist/js/schema/*.json",
"./dist/js/example/*": "./dist/js/example/*.js",
"./dist/js/utils/*": "./dist/js/utils/*.js",
Expand Down

0 comments on commit e5533dc

Please sign in to comment.