mirror of
https://github.com/fluencelabs/js-peer-id
synced 2025-04-25 02:22:17 +00:00
Release v0.5.3.
This commit is contained in:
parent
33ff2aa608
commit
6442bb4b59
11
package.json
11
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "peer-id",
|
||||
"version": "0.5.2",
|
||||
"version": "0.5.3",
|
||||
"description": "IPFS Peer Id implementation in Node.js",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
@ -13,7 +13,8 @@
|
||||
},
|
||||
"standard": {
|
||||
"ignore": [
|
||||
"dist"
|
||||
"dist",
|
||||
"deps"
|
||||
]
|
||||
},
|
||||
"keywords": [
|
||||
@ -25,12 +26,6 @@
|
||||
"lint",
|
||||
"test"
|
||||
],
|
||||
"standard": {
|
||||
"ignore": [
|
||||
"dist",
|
||||
"deps"
|
||||
]
|
||||
},
|
||||
"engines": {
|
||||
"node": "^4.3.0"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user