cookie-storage

v5.0.0
A Web Storage interface for Cookie
browser cookie storage

build

npm-run-all -s "build:lint" "build:ts" "build:es2015" "build:lib"

build:es2015

babel --out-dir ".tmp/es5/" ".tmp/es2015/"

build:lib

babel --copy-files --no-comments --out-dir "lib/" ".tmp/es2015/src/"

build:lint

tslint --project .

build:ts

tsc

clean

rimraf ".tmp" "lib"

prepublish

npm-run-all -s "clean" "build"

test

node ".tmp/es5/test"

watch

npm-run-all -p "watch:*"

watch:es2015

npm run "build:es2015" -- --watch

watch:test

watch --wait 2 "npm test" ".tmp/es5/"

watch:ts

npm run "build:ts" -- --watch

Metadata

  • MIT
  • Whatever
  • bouzuya
  • released 5/5/2019

Downloads

Maintainers