apollo-cache-inmemory

v0.2.0-alpha.3
Core abstract of Caching layer for Apollo Client

coverage

jest --coverage

test

jest

lint

tslint --type-check -p tsconfig.json src/*.ts

prebuild

npm run clean

build

tsc -p .

watch

tsc -w -p .

clean

rimraf coverage/* && rimraf lib/*

prepublishOnly

npm run build

build:browser

browserify ./lib/index.js --i apollo-cache-core --i apollo-utilities -o=./lib/bundle.js && npm run minify:browser

minify:browser

uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js

filesize

npm run build:browser

Metadata

  • MIT
  • Whatever
  • James Baxley
  • released 9/5/2017

Downloads

Maintainers