cookie-storage

v3.1.0
A Web Storage interface for Cookie
browser cookie storage

build

npm-run-all -s "build:ts" "build:es2015" -p "copy:*"

build:es2015

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

build:ts

tsc

clean

rimraf ".tmp" "lib"

copy:dts

cpx ".tmp/es2015/src/**/*.d.ts" "lib/"

copy:js

cpx ".tmp/es5/src/**/*.js" "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 10/20/2017

Downloads

Maintainers