Skip to content

Commit

Permalink
v1.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganpatkakar committed Dec 12, 2023
1 parent 4038505 commit 31cbbe2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "1.2.12",
"version": "1.2.13",
"description": "Open Source JavaScript chart library",
"name": "gk-chart",
"main": "dist/index.js",
"main": "dist/index",
"types": "dist/index",
"files": [
"dist",
"src"
],
"types": "dist/main.d.ts",
"scripts": {
"build": "rm -rf dist && tsc",
"build-old": "webpack --mode development --watch",
Expand Down

0 comments on commit 31cbbe2

Please sign in to comment.