Skip to content

Commit

Permalink
fix(main): set main file to compiled code
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickocoffeyo committed Jul 20, 2018
1 parent 865bf79 commit c580d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@editvr/aframe-simple-link-component",
"version": "0.0.0-development",
"description": "Provides a component that makes an entity into a clickable link hotspot. Simple alternative to using <a-link>.",
"main": "index.js",
"main": "dist/aframe-simple-link-component.js",
"unpkg": "dist/aframe-simple-link-component.min.js",
"scripts": {
"build": "webpack index.js dist/aframe-simple-link-component.js",
Expand Down

0 comments on commit c580d06

Please sign in to comment.