cross-domain-utils

v2.0.38
Javascript module template.
template

build

npm run test && npm run babel && npm run webpack

webpack

cross-env NODE_ENV=production babel-node --plugins=transform-es2015-modules-commonjs ./node_modules/.bin/webpack --progress --output-path dist

babel

cross-env NODE_ENV=production babel src/ --out-dir dist/module

karma

cross-env NODE_ENV=test babel-node --plugins=transform-es2015-modules-commonjs ./node_modules/.bin/karma start

test

npm run lint && npm run flow-typed && npm run flow && npm run karma

lint

eslint src/ test/

flow

flow

flow-typed

rm -rf ./flow-typed && flow-typed install

clean

rimraf dist coverage

reinstall

rimraf flow-typed && rimraf node_modules && npm install && flow-typed install

release

./publish.sh

release:patch

./publish.sh patch

release:minor

./publish.sh minor

release:major

./publish.sh major

debug

cross-env NODE_ENV=debug
npm i cross-domain-utils

Metadata

  • Unknown
  • Whatever
  • Unknown
  • released 10/21/2021

Downloads

Maintainers