Skip to content
This repository was archived by the owner on May 6, 2019. It is now read-only.

v0.2.0

Choose a tag to compare

@sverweij sverweij released this 07 Feb 09:54
· 331 commits to master since this release
  • Recognize json included as a dependency, fixing #3.
    Now running js-makedepend on these ...
# src/thing.js
const coolModule  = require("./coolModule")
const awesomeData = require("./awesomeData.json");

... will emit these dependencies:

src/thing.js:
    src/awesomeData.json \
    src/coolModule.js
  • ⬆️ lodash (and several development dependencies)

Everything since v0.1.11: v0.1.11...v0.2.0