Skip to content

Commit

Permalink
fix: fix main field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fralonra committed Apr 29, 2020
1 parent dcf2f0d commit d6ffde2
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": "lottery-wheel",
"version": "2.0.1",
"description": "A library helps you performing a wheel for lottery game.",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"build": "rollup -c rollup.config.js",
"lint": "standard --fix src/*.js",
Expand Down

0 comments on commit d6ffde2

Please sign in to comment.