Skip to content

Commit

Permalink
npmignore deleted lib
Browse files Browse the repository at this point in the history
  • Loading branch information
mvriu5 committed Jul 31, 2024
1 parent 55601ee commit 890777d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/node_modules
/src/lib
/src/app
/.idea
/.github
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "griller",
"license": "MIT",
"version": "1.0.4",
"version": "1.0.5",
"private": false,
"repository": {
"url": "https://github.com/mvriu5/griller"
Expand Down
2 changes: 0 additions & 2 deletions src/component/toast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import React, {HTMLAttributes, ReactNode, useEffect, useRef, useState} from "rea
import {cn} from "@/lib/utlis";
import {X} from "lucide-react";
import {AnimatePresence, motion} from "framer-motion";
import {remove} from "@jridgewell/set-array";
import {position} from "polished";

type Position = "tr" | "tl" | "tc" | "br" | "bl" | "bc";

Expand Down

0 comments on commit 890777d

Please sign in to comment.