Skip to content

Commit

Permalink
pull lib code 1 level up - let's comply with npm standards
Browse files Browse the repository at this point in the history
  • Loading branch information
harrel56 committed Apr 12, 2024
1 parent 790ef8b commit 29398e3
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 12 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/node_modules
/build
/.idea

package-lock.json
/.idea
5 changes: 1 addition & 4 deletions main/build.js → build.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,4 @@ await Bun.build({
plugins: [
dts()
],
})

await Bun.write("./build/README.md", Bun.file("../README.md"))
await Bun.write("./build/LICENSE", Bun.file("../LICENSE"))
})
File renamed without changes.
5 changes: 0 additions & 5 deletions main/.gitignore

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 29398e3

Please sign in to comment.