Skip to content

Commit

Permalink
using dist files for main
Browse files Browse the repository at this point in the history
  • Loading branch information
thelucre committed Jun 16, 2019
1 parent 1043bb2 commit 40e311f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "beziyay",
"version": "0.0.1",
"description": "Utilities for creating smoothly connected quadratic bezier curves ",
"main": "index.js",
"main": "dist/index.js",
"files": [
"dist/index.js"
],
"scripts": {
"build": "webpack --mode production",
"test": "mocha"
Expand Down

0 comments on commit 40e311f

Please sign in to comment.