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

v3 #61

Merged
merged 8 commits into from
Mar 22, 2024
Merged

v3 #61

Show file tree
Hide file tree
Changes from all commits
Commits
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 .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js 18.17
- name: Use Node.js 20.10
uses: actions/setup-node@v1
with:
node-version: 16.13
node-version: 20.10
- run: npm i
- run: npm run build-prod
- run: npm run lint
Expand Down
11 changes: 0 additions & 11 deletions CODE_OF_CONDUCT.md

This file was deleted.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ npm start

## Contributors

[Code of conduct](https://github.com/Fyord/fyord/blob/main/CODE_OF_CONDUCT.md)

### Installation
- `npm i`

Expand Down
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"components"
],
"license": "MIT",
"version": "2.4.2",
"version": "3.0.0",
"description": "Light-weight framework designed to embrace core competencies",
"private": false,
"main": "./module.js",
Expand Down
1 change: 1 addition & 0 deletions jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"testMatch": [
"**/*.(test|spec).(ts|tsx)"
],
"testEnvironment": "jsdom",
"coveragePathIgnorePatterns": [
"./src/utilities/testHelpers.ts",
"/node_modules/",
Expand Down
Loading
Loading