square / connect-api-examples

Code samples demonstrating the functionality of the Square Connect API
https://developer.squareup.com/docs/sample-apps
393 stars 790 forks source link

Remove square artifactory references #398

Closed barakj closed 1 year ago

barakj commented 1 year ago

Some sample apps had references to square artifactory in their lock files. This would prevent users from running npm install in the app directory as they will be unable to find the private artifactory. I removed the node modules and regenerated the lock files for those apps.

Testing: Ran apps locally