@identity.com/uca

v0.0.7
Provides functionality around User Collectable Attributes (UCA)

check

npm run lint && npm run test

test

jest

lint

eslint . --max-warnings=0

test:watch

jest --watch

build:cjs

BABEL_ENV=cjs babel src -d dist/cjs

build:es

babel src -d dist/es --no-babelrc

build:browser:before

BABEL_ENV=browser babel src -d dist/prebrowser

build:browser:after

minify dist/prebrowser -d dist/browser

build:browser:clean

rimraf dist/prebrowser

build:browser

npm run build:browser:before && npm run build:browser:after && npm run build:browser:clean

build

npm run build:browser && npm run build:cjs && npm run build:es

tag

git tag v$npm_package_version && git push --tags origin master

pretag

git fetch --tags

precommit

npm run lint
npm i @identity.com/[email protected]

Metadata

  • MIT
  • Whatever
  • Identity.com Community
  • released 1/16/2019

Downloads