This repository was archived by the owner on May 6, 2019. It is now read-only.
v0.2.0
- Recognize json included as a dependency, fixing #3.
Now runningjs-makedependon 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