Skip to content

Commit

Permalink
chore(typings): Remove rubiks interface
Browse files Browse the repository at this point in the history
  • Loading branch information
angelnext committed Mar 5, 2024
1 parent e23a412 commit 11f3afa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@rubiks/rubiks",
"version": "1.2.2",
"version": "1.2.3",
"exports": "./mod.ts"
}
5 changes: 0 additions & 5 deletions rubiks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ import {
} from "./levels.ts";
import { type Modifier } from "./modifiers.ts";

export interface Rubiks {
format: string;
level: string;
}

interface Global {
process?: { env: Record<string, string | undefined> }
Deno?: { noColor: boolean }
Expand Down

0 comments on commit 11f3afa

Please sign in to comment.