Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from PhotoPay/jenkins/stable-build
Browse files Browse the repository at this point in the history
first release
  • Loading branch information
DoDoENT authored Apr 23, 2020
2 parents 54a1e73 + 88c5ce2 commit 0925c33
Show file tree
Hide file tree
Showing 48 changed files with 6,468 additions and 24 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
build
node_modules
package-lock.json
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: node_js
node_js:
- "12.14"
script:
- npm install
- cd demo
- npm install
- npm run build
451 changes: 431 additions & 20 deletions README.md

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions Release notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Release notes

## 1.0.0-beta.0

- initial beta release of the PhotoPay In-browser SDK
3 changes: 3 additions & 0 deletions build/MicroblinkSDK.worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0925c33

Please sign in to comment.