Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Commit

Permalink
Update entry point in package.json
Browse files Browse the repository at this point in the history
 Closes #256
  • Loading branch information
willclarktech committed Aug 9, 2017
1 parent 752429b commit e215e11
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": "lisk-js",
"version": "0.4.5",
"description": "JavaScript library for sending Lisk transactions from the client or server",
"main": "./dist/index.js",
"main": "./dist-node/index.js",
"scripts": {
"test": "nyc mocha test/**/*.js",
"test:watch": "chokidar \"./(src|test)/**/*.js\" -c \"mocha test/**/*.js\" --initial",
Expand Down

0 comments on commit e215e11

Please sign in to comment.