Skip to content

Commit

Permalink
Fixed the 'main' field of package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mjesuele committed Apr 12, 2017
1 parent 2be757e commit 4b2049f
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": "hitbtc-api",
"version": "2.0.2",
"description": "Node.js client for the HitBTC API.",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"start": "node dist/index.js",
"build": "babel src -d dist",
Expand Down

0 comments on commit 4b2049f

Please sign in to comment.