Compare commits

...

3 Commits

Author SHA1 Message Date
524fc37877 chore: release version v0.6.6 2016-04-12 22:14:58 +01:00
3c55473a45 Merge pull request #18 from diasdavid/fix-jsnext
fix jsnext:main
2016-04-12 22:13:03 +01:00
8771627ce4 fix it 2016-04-12 22:06:12 +01:00

View File

@ -1,9 +1,9 @@
{
"name": "peer-id",
"version": "0.6.5",
"version": "0.6.6",
"description": "IPFS Peer Id implementation in Node.js",
"main": "lib/index.js",
"jsnext": "src/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"lint": "dignified-lint",
"build": "dignified-build",