mirror of
https://github.com/fluencelabs/js-peer-id
synced 2025-06-23 07:01:35 +00:00
merge package.json conflict
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "iojs"
|
- "4.0"
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
@ -6,7 +6,9 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "./node_modules/.bin/lab tests/*-test.js",
|
"test": "./node_modules/.bin/lab tests/*-test.js",
|
||||||
"coverage": "./node_modules/.bin/lab -t 100 tests/*-test.js",
|
"coverage": "./node_modules/.bin/lab -t 100 tests/*-test.js",
|
||||||
"codestyle": "./node_modules/.bin/standard --format"
|
"codestyle": "./node_modules/.bin/standard --format",
|
||||||
|
"lint": "jshint .",
|
||||||
|
"validate": "npm ls"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"IPFS"
|
"IPFS"
|
||||||
@ -17,6 +19,9 @@
|
|||||||
"codestyle",
|
"codestyle",
|
||||||
"test"
|
"test"
|
||||||
],
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": "^4.0.0"
|
||||||
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/diasdavid/node-peer-id/issues"
|
"url": "https://github.com/diasdavid/node-peer-id/issues"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user