tree-changes

v0.2.0
Helpers function to get tree changes between two datasets
comparison tree

build

npm run clean && npm run build:commonjs && npm run build:es

build:commonjs

cross-env NODE_ENV=production rollup -c -f cjs -o lib/index.js

build:es

cross-env NODE_ENV=production rollup -c

watch

rollup -cw

clean

rimraf es && rimraf lib

lint

eslint src

test

jest --coverage

test:watch

jest --watch

bundlesize

bundlesize

precommit

npm run lint && npm test && bundlesize

prepublishOnly

npm run build

Metadata

  • MIT
  • Whatever
  • Gil Barbara
  • released 2/27/2018

Downloads

Maintainers