@paypal/sdk-constants

v1.0.19
Utilities.
template

flow

flow

lint

eslint src/ test/ *.js

test

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

babel

babel src/ --out-dir dist/module

build

npm run test && npm run babel && npm run webpack && npm run flow:build

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

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

flow:build

flow gen-flow-files ./src/index.js > ./dist/paypal-sdk-constants.js.flow && flow gen-flow-files ./src/index.js > ./dist/paypal-sdk-constants.min.js.flow

release:major

./publish.sh major

release:minor

./publish.sh minor

release:patch

./publish.sh patch
npm i @paypal/[email protected]

Metadata

  • Unknown
  • Whatever
  • Unknown
  • released 1/31/2019

Downloads