Skip to content

Commit

Permalink
fix: change assets labels
Browse files Browse the repository at this point in the history
  • Loading branch information
piercus committed Feb 6, 2021
1 parent 969b173 commit 63ff6f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"assets": [
{
"path": "dist/kalman-filter.js",
"label": "Raw JS distribution"
"label": "kalman-filter.js (Raw JS distribution)"
},
{
"path": "dist/kalman-filter.min.js",
"label": "Minified JS distribution"
"label": "kalman-filter.min.js (Minified JS distribution)"
}
]
}
Expand Down

0 comments on commit 63ff6f4

Please sign in to comment.