Skip to content

Commit

Permalink
Add main
Browse files Browse the repository at this point in the history
  • Loading branch information
markuslerner committed Apr 15, 2022
1 parent a63e5af commit dd1005c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "three.blurredline",
"version": "1.2.1",
"version": "1.2.2",
"description": "Drawing smooth blurred lines in THREE.js",
"type": "module",
"main": "./build/three.blurredline.js",
"module": "./build/three.blurredline.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand All @@ -21,9 +22,12 @@
"blur"
],
"files": [
"build/three.blurredline.js",
"build/three.blurredline.js.map",
"examples",
"LICENSE",
"package.json",
"README.md",
"build",
"src"
],
"author": "Markus Lerner <[email protected]> (https://www.markuslerner.com)",
Expand Down

0 comments on commit dd1005c

Please sign in to comment.