global-store

v0.5.2
A version locked global store.

build

npm run clean && npm run build-es5 && npm run build-es2015 && npm run bundle

build-es5

tsc -p tsconfig.es5.json

build-es2015

tsc -p tsconfig.es2015.json

bundle

rollup --config rollup.config.es2015.js && webpack --config webpack.config.es5.js

clean

rimraf dist

coverage

nyc --check-coverage --branches 85 --functions 85 --lines 85 npm test

coveralls

nyc report --reporter=text-lcov | coveralls

dependency-check

dependency-check . --unused --no-dev && dependency-check . --missing --no-dev

lint

tslint "src/**/*.ts"

postpublish

git push

prepare

npm run build

preversion

git pull && npm run verify && git add -f dist/global-store*

test

npm run clean && tsc && ava

verify

npm run lint && npm run coverage && npm run build && npm run dependency-check

watch

npm run clean && node scripts/watch.js

Metadata

  • MIT
  • Whatever
  • Homa Wong
  • released 1/13/2017

Downloads

Maintainers