Skip to content

Commit

Permalink
Fix CI builds + NPM warning (#87)
Browse files Browse the repository at this point in the history

Signed-off-by: Tristan Chuine <tristan.chuine_externe@rte-france.com>
  • Loading branch information
Tristan-WorkGH authored Jul 18, 2024
1 parent 31ca50b commit 7eb4a44
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "@powsybl/diagram-viewer",
"version": "0.5.3",
"description": "Typescript library to integrate a powsybl svg diagram in a javascript project.",
"author": "powsybl team",
"version": "0.5.4",
"description": "TypeScript library to integrate a PowSyBl SVG diagram in a JavaScript project.",
"author": "PowSyBl team",
"homepage": "https://www.powsybl.org/",
"license": "MPL-2.0",
"repository": "git://github.com/powsybl/powsybl-diagram-viewer.git",
"repository": {
"type": "git",
"url": "git+https://github.com/powsybl/powsybl-diagram-viewer.git"
},
"type": "module",
"types": "./dist/index.d.ts",
"main": "./dist/powsybl-diagram-viewer.umd.cjs",
Expand All @@ -22,6 +25,7 @@
"scripts": {
"watch": "vite watch",
"build": "vite build",
"prepublishOnly": "$npm_execpath run build",
"test": "jest",
"start": "vite demo/ --config vite.config.ts --open",
"lint": "eslint . --ext js,mjs,jsx,ts,mts,tsx --max-warnings 0",
Expand Down

0 comments on commit 7eb4a44

Please sign in to comment.