Skip to content

Commit

Permalink
split out documentation into seperate directory
Browse files Browse the repository at this point in the history
fix test/examples.js require

fix requires

temp

symlink test

update description
  • Loading branch information
Ethan-Arrowood committed Feb 22, 2024
1 parent 5088696 commit 8276a9a
Show file tree
Hide file tree
Showing 51 changed files with 456 additions and 447 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ updates:
interval: "weekly"
open-pull-requests-limit: 10

- package-ecosystem: "npm"
directory: /documentation
schedule:
interval: "weekly"
open-pull-requests-limit: 10

- package-ecosystem: docker
directory: /build
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ lib/llhttp/llhttp.wasm

!types/**/*
!index.d.ts
!docs/**/*
!documentation/docs/**/*

0 comments on commit 8276a9a

Please sign in to comment.