Merge pull request #695 from orbitdb/feat/validate-maint

ci: Add validate-maintainers step
This commit is contained in:
Mark Robert Henderson 2019-09-27 10:25:01 -04:00 committed by GitHub
commit 189786f8f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 610 additions and 294 deletions

View File

@ -5,7 +5,8 @@ deps:
test: deps
npm run test:all
npx validate-maintainers orbit-db --match --ci
build: test
mkdir -p examples/browser/lib/
npm run build

898
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -42,10 +42,10 @@
"babel-preset-env": "^1.7.0",
"datastore-level": "0.10.0",
"fs-extra": "^7.0.1",
"go-ipfs-dep": "aphelionz/npm-go-ipfs-dep",
"ipfs": "~0.36.4",
"ipfs-repo": "~0.26.6",
"ipfsd-ctl": "~0.42.3",
"go-ipfs-dep": "aphelionz/npm-go-ipfs-dep",
"localstorage-level-migration": "next",
"markdown-toc": "^1.2.0",
"mocha": "^5.2.0",
@ -59,6 +59,7 @@
"remark-validate-links": "^7.0.0",
"rimraf": "^2.6.2",
"standard": "^12.0.1",
"validate-maintainers": "^1.1.0",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
},