Skip to content

Commit

Permalink
remove cargo license
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich committed Oct 10, 2022
1 parent 5cc785c commit 21ef451
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Expand Up @@ -4,7 +4,6 @@ version = "0.6.1"
authors = ["Brendan Allan <[email protected]>"]
edition = "2021"
description = "A prisma client for Rust"
license = "MIT"
rust-version = "1.62"

exclude = ["examples", "integration-tests"]
Expand Down
8 changes: 0 additions & 8 deletions docs/tailwind.config.cjs

This file was deleted.

8 changes: 8 additions & 0 deletions docs/tailwind.config.mjs
@@ -0,0 +1,8 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ["./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}"],
theme: {
extend: {},
},
plugins: [],
};

0 comments on commit 21ef451

Please sign in to comment.