@paypal/sdk-constants

v1.0.150
Utilities.
template

flow

flow

lint

eslint src/ *.js

test

npm run format:check && npm run lint && npm run flow

babel

babel src/ --out-dir dist/module

build

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

clean

rimraf dist coverage

debug

cross-env NODE_ENV=debug

karma

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

setup

npm install && npm run flow-typed

format

prettier --write --ignore-unknown .

prepare

husky install

release

./publish.sh

webpack

babel-node --plugins=transform-es2015-modules-commonjs ./node_modules/.bin/webpack --progress

reinstall

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

flow-typed

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

format:check

prettier --check .

release:major

./publish.sh major

release:minor

./publish.sh minor

release:patch

./publish.sh patch
npm i @paypal/sdk-constants

Metadata

Downloads