UNPKG

sarala-json-api-data-formatter

Version:

Simple and fluent framework agnostic javascript library to transform standard JSON API responses to simple JSON objects and vice versa.

18 lines (17 loc) 213 B
sudo: false language: node_js node_js: - '12' branches: only: - master cache: directories: - node_modules before_install: - npm update install: - npm install script: - npm run cs - npm run t