Skip to content

Commit

Permalink
xcomponent to zoid cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Brain committed Nov 1, 2018
1 parent ef0ce8f commit 7ae27da
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ PayPal Checkout
[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/paypal/paypal-checkout) [![Build Status](https://travis-ci.org/paypal/paypal-checkout.svg?branch=master)](https://travis-ci.org/paypal/paypal-checkout) [![dependencies Status](https://david-dm.org/paypal/paypal-checkout/status.svg)](https://david-dm.org/paypal/paypal-checkout) [![devDependencies Status](https://david-dm.org/paypal/paypal-checkout/dev-status.svg)](https://david-dm.org/paypal/paypal-checkout?type=dev)

A set of components allowing easy integration of PayPal Buttons and PayPal Checkout into your site, powered by
[xcomponent](https://github.com/krakenjs/xcomponent).
[zoid](https://github.com/krakenjs/zoid).

-----
#### [HowTo Videos](docs/videos.md)
Expand Down
4 changes: 2 additions & 2 deletions fastpublish.sh
Expand Up @@ -15,8 +15,8 @@ if ! git diff-index --quiet --cached HEAD; then
exit 1;
fi;

rm -rf node_modules/xcomponent node_modules/post-robot node_modules/zalgo-promise node_modules/beaver-logger node_modules/cross-domain-safe-weakmap node_modules/cross-domain-utils node_modules/grumbler-scripts
npm install xcomponent post-robot zalgo-promise beaver-logger cross-domain-safe-weakmap cross-domain-utils grumbler-scripts
rm -rf node_modules/zoid node_modules/post-robot node_modules/zalgo-promise node_modules/beaver-logger node_modules/cross-domain-safe-weakmap node_modules/cross-domain-utils node_modules/grumbler-scripts
npm install zoid post-robot zalgo-promise beaver-logger cross-domain-safe-weakmap cross-domain-utils grumbler-scripts

npm run flow;
npm run lint;
Expand Down
4 changes: 2 additions & 2 deletions publish.sh
Expand Up @@ -15,8 +15,8 @@ if ! git diff-index --quiet --cached HEAD; then
exit 1;
fi;

rm -rf node_modules/xcomponent node_modules/post-robot node_modules/zalgo-promise node_modules/beaver-logger node_modules/cross-domain-safe-weakmap node_modules/cross-domain-utils node_modules/grumbler-scripts
npm install xcomponent post-robot zalgo-promise beaver-logger cross-domain-safe-weakmap cross-domain-utils grumbler-scripts
rm -rf node_modules/zoid node_modules/post-robot node_modules/zalgo-promise node_modules/beaver-logger node_modules/cross-domain-safe-weakmap node_modules/cross-domain-utils node_modules/grumbler-scripts
npm install zoid post-robot zalgo-promise beaver-logger cross-domain-safe-weakmap cross-domain-utils grumbler-scripts

rm dist/*;

Expand Down
2 changes: 1 addition & 1 deletion quickbuild.sh
Expand Up @@ -2,7 +2,7 @@

cp -r ~/nfra/sync-browser-mocks/src/* node_modules/sync-browser-mocks/src/ &&
cp -r ~/nfra/post-robot/src/* node_modules/post-robot/src/ &&
cp -r ~/nfra/xcomponent/src/* node_modules/xcomponent/src/ &&
cp -r ~/nfra/zoid-v6/src/* node_modules/zoid/src/ &&
cp -r ~/nfra/beaver-logger/client/* node_modules/beaver-logger/client/ &&
cp -r ~/nfra/cross-domain-utils/src/* node_modules/cross-domain-utils/src/ &&
cp -r ~/nfra/zalgo-promise/src/* node_modules/zalgo-promise/src/ &&
Expand Down

0 comments on commit 7ae27da

Please sign in to comment.