Skip to content

Commit

Permalink
Publish readme
Browse files Browse the repository at this point in the history
  • Loading branch information
callumevans authored Jan 30, 2024
1 parent f7463f8 commit ac31d43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mumbo",
"version": "0.0.12",
"version": "0.0.13",
"description": "",
"main": "Mumbo.cjs",
"types": "Mumbo.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ export default defineConfig({
src: normalizePath(path.resolve(__dirname, "./package.json")),
dest: "./",
},
{
src: normalizePath(path.resolve(__dirname, "./README.md")),
dest: "./",
},
],
}),
],
Expand Down

0 comments on commit ac31d43

Please sign in to comment.