Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
Add build to npm repo. Set main to dist file.
Browse files Browse the repository at this point in the history
  • Loading branch information
kbirk committed Feb 7, 2019
1 parent ee6d602 commit fa411d9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "lumo",
"version": "0.20.15",
"description": "A high performance WebGL tile rendering library",
"main": "src/exports.js",
"main": "build/lumo.min.js",
"author": "Kevin Birk <[email protected]>",
"license": "MIT",
"repository": {
Expand All @@ -15,8 +15,10 @@
"webgl",
"tile"
],

"files": [
"src"
"src",
"build"
],
"dependencies": {
"earcut": "^2.1.5",
Expand Down

0 comments on commit fa411d9

Please sign in to comment.