Skip to content

Commit

Permalink
Files field in package json
Browse files Browse the repository at this point in the history
  • Loading branch information
mate-h committed Jul 5, 2023
1 parent e9cfcd3 commit b0c858e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "webgl-fonts",
"version": "1.0.0",
"version": "1.0.2",
"type": "module",
"description": "Demonstration of a font rendering on the GPU with glyph hinting and subpixel antialiasing.",
"main": "index.js",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"dev": "vite dev",
"build": "vite build"
Expand Down

0 comments on commit b0c858e

Please sign in to comment.