Level / community

Discussion, support and common information for projects in the community.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add dependency-check to all repositories

ralphtheninja opened this issue · comments

  • abstract-leveldown
  • awesome
  • codec
  • community
  • concat-iterator
  • database
  • deferred-leveldown
  • electron-demo
  • encoding-down
  • errors
  • iterator-stream
  • lazy-open
  • level
  • level-browserify
  • leveldb.org
  • leveldown
  • leveldown-hyper
  • level-hyper
  • level-js
  • level-rocksdb
  • level-test
  • level-ttl
  • levelup
  • level-ws
  • mem
  • memdown
  • packager
  • rocksdb
  • subleveldown

Personal request: not before fixing Windows compat in dependency-check, please :)

Lets fix dependency-check first then 😉

@ralphtheninja do you want to add npm run dependency-check to the test script, or prepublishOnly?

@ralphtheninja do you want to add npm run dependency-check to the test script, or prepublishOnly?

I have no strong opinion. Do what feels best to you :)

I'm leaning towards prepublishOnly because dependencies don't change that often, so I'll go with that.

Also I think I prefer to skip --unused, there are too many devDependencies to --ignore.