swagger-diff

v0.4.0
Swagger Diff
swagger diff deep-diff versioning

clean

rimraf lib dist

lint

eslint .

test

mocha --compilers js:babel-register --recursive --watch-extensions json

test:watch

npm test -- --watch

check

npm run lint && npm run test

build:genRulesIndex

node generateRulesIndex.js

build:lib

babel src -d lib && cpy src/**/*.json lib

build:dist

webpack --config webpack.config.js

build

npm run clean && npm run build:genRulesIndex && npm run build:lib && npm run build:dist

preversion

npm run clean && npm run check

version

npm run build

postversion

git push && git push --tags && npm run clean

prepublish

npm run build

postpublish

npm run clean

Metadata

  • MIT
  • >=0.10
  • Nicolas Fortin
  • released 3/22/2016

Downloads

Maintainers