Skip to content

Commit

Permalink
Migration to typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudiaGivan committed Feb 19, 2025
1 parent a45bcc1 commit cc6d61a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "graphs-renderer",
"version": "1.0.0",
"description": "A library for rendering the graphs: CFD, Scatterplot and Histogram with d3.js",
"main": "./src/index.js",
"main": "./dist/graphs-renderer.js",
"module": "./dist/graphs-renderer.js",
"type": "module",
"scripts": {
"build:dev": "webpack --mode development",
Expand Down

0 comments on commit cc6d61a

Please sign in to comment.