Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finalize Build #9

Open
wants to merge 33 commits into
base: feature/node-16
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
712bfc6
Update package-lock.json
martindale Jun 9, 2022
3d7dfdf
Merge branch 'feature/node-16' of github.com:FabricLabs/portal-feed i…
martindale Jun 9, 2022
bb59cdf
Merge branch 'feature/node-16' of github.com:FabricLabs/portal-feed i…
martindale Jun 9, 2022
d8712d2
Merge branch 'feature/node-16' of github.com:FabricLabs/portal-feed i…
martindale Jun 9, 2022
864ef24
Generate build
martindale Jun 9, 2022
677ef56
Update .travis.yml
martindale Jun 9, 2022
90c7ecb
Specify HTTP port 8080
martindale Jun 9, 2022
9c5f615
Merge branch 'feature/node-16' of github.com:FabricLabs/portal-feed i…
martindale Jun 9, 2022
bf15aa2
Fix build
martindale Jun 9, 2022
96545c8
Merge branch 'feature/node-16' of github.com:FabricLabs/portal-feed i…
martindale Jun 9, 2022
e2bb5b7
Merge branch 'feature/node-16' of github.com:FabricLabs/portal-feed i…
martindale Jun 9, 2022
da19847
Merge branch 'feature/node-16' of github.com:FabricLabs/portal-feed i…
martindale Jun 9, 2022
c363af9
Merge branch 'feature/node-16' of github.com:FabricLabs/portal-feed i…
martindale Jun 9, 2022
dcd264f
Handle large quote lists
martindale Jun 9, 2022
efcc606
Refactor "price" to "rate"
martindale Jun 9, 2022
81a8e57
Add graph to FeedMonitor
martindale Jun 9, 2022
4a6e1c0
build: remove circular dependency
victorwu Jun 10, 2022
6745b60
Merge pull request #10 from victorwu/feature/package
martindale Jun 10, 2022
b2e0d27
fix: global variable names
victorwu Jun 20, 2022
8c195f0
build: add nodeGlobals, reorder plugins, update cjs config to es6
victorwu Jun 21, 2022
f1ccfae
build: upgrade to fomantic-ui-react
victorwu Jun 22, 2022
06145ea
build: update to fomantic-ui-react
victorwu Jun 22, 2022
1f57d29
fix: update formatting for React imports (error with missing default …
victorwu Jun 22, 2022
31798ae
build: upgrade to fomantic
victorwu Jun 22, 2022
0e9dcef
fix: 'this' has been rewritten to 'undefined' via https://github.com/…
victorwu Jun 22, 2022
ca72a3b
fix: remove resolve, don't need via https://stackoverflow.com/questio…
victorwu Jun 22, 2022
4818bb0
fix: fomantic styles
victorwu Jun 22, 2022
28c3baf
refactor: don't need to include buffer
victorwu Jun 22, 2022
03e53e2
refactor: add output.globals and external
victorwu Jun 22, 2022
d662786
fix: update to fomantic
victorwu Jun 22, 2022
cfbd010
fix: update to commonjs es6 imports
victorwu Jun 22, 2022
2a61853
fix: need file extension in imports & default import
victorwu Jun 22, 2022
9f1f635
fix: commonjs ex6 import syntax
victorwu Jun 22, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: node_js
node_js:
- 16.15.0
node_js:
- "16.15.0"
Loading