Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .customink/catalog.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: html-react-parser

owner: funnelcake # team definitions at https://app.opslevel.com/teams
owner: product-pages # team definitions at https://app.opslevel.com/teams

purpose: # multiple choice
# - app
Expand Down
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* @customink/funnelcake
* @customink/product-pages

/package-lock.json
/package.json
18 changes: 0 additions & 18 deletions .github/workflows/assign-reviewer.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,3 @@ jobs:
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Run module tests
run: npm run test:esm

- name: Run integration tests
run: npm run test:integration

- name: Run benchmark
run: npm run benchmark
19 changes: 0 additions & 19 deletions .github/workflows/size-limit.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build:cjs": "tsc --project tsconfig.build.json",
"build:umd": "rollup --config --failAfterWarnings",
"clean": "rm -rf coverage lib dist",
"lint": "eslint --ignore-path .gitignore --ignore-pattern /examples/ .",
"lint": "eslint --ignore-path .gitignore --ignore-pattern /examples/ --ignore-pattern /lib/ .",
"lint:fix": "npm run lint -- --fix",
"lint:tsc": "tsc --noEmit",
"prepare": "husky",
Expand Down
Loading