Closed denisnazarov closed 10 years ago
Thanks, this looks good! @artfwo, could you have a look at merging and publishing on npmjs with the dev@cm account when you have time, please? Check with Logicify how this affects their plugins, perhaps they could start pulling the package with npm install too.
Hi, this PR sets up the project to be published via npm by using npm modules for dependencies instead of git submodules. If we publish it to npm, it will be easier to reuse this code and more incentive to contribute to its development.
You can build for the browser with
browserify index.js --standalone blockhashjs > blockhash.js
and test it with the following html:You can also run tests via
npm run test
.Please publish this repo via NPM. :+1: