Skip to content

Commit

Permalink
chore: review the content of package.json (#42)
Browse files Browse the repository at this point in the history
Add the "exports" property.
Refresh the keywords list.
  • Loading branch information
tbouffard authored Jul 21, 2023
1 parent 0f1c573 commit af65ad9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- '.github/workflows/build.yml'
- 'packages/addons/src/**/*'
- 'packages/addons/src/*.json'
- 'packages/check-ts-support/src/**/*'
- 'packages/check-ts-support/src/*.json'
- '.nvmrc'
- 'package.json'
- 'package-lock.json'
Expand All @@ -18,6 +20,8 @@ on:
- '.github/workflows/build.yml'
- 'packages/addons/src/**/*'
- 'packages/addons/src/*.json'
- 'packages/check-ts-support/src/**/*'
- 'packages/check-ts-support/src/*.json'
- '.nvmrc'
- 'package.json'
- 'package-lock.json'
Expand Down
8 changes: 6 additions & 2 deletions packages/addons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
"version": "0.0.1",
"description": "Experimental add-ons for bpmn-visualization",
"keywords": [
"analytics",
"bpmn",
"browser",
"visualization",
"add-ons",
"extensions",
"process",
"typescript"
],
"homepage": "https://github.com/process-analytics/bv-experimental-add-ons#readme",
Expand All @@ -16,8 +19,9 @@
"type": "git",
"url": "git+https://github.com/process-analytics/bv-experimental-add-ons.git"
},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"module": "./dist/index.js",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
Expand Down

0 comments on commit af65ad9

Please sign in to comment.