Skip to content

Commit

Permalink
build(tw): 💚 revert to local tailwind-merge version
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed Oct 18, 2021
1 parent 1142157 commit d6b25ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"source": "src/foo.js",
"source": "src/index.ts",
"types": "dist/types/index.d.ts",
"typings": "dist/types/index.d.ts",
"files": [
Expand Down Expand Up @@ -99,8 +99,7 @@
"reakit": "^1.3.10",
"reakit-system": "^0.15.2",
"reakit-utils": "^0.15.2",
"reakit-warning": "^0.6.2",
"tailwind-merge": "^0.7.0"
"reakit-warning": "^0.6.2"
},
"devDependencies": {
"@babel/cli": "7.15.7",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/index.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import * as React from "react";
import { createTailwindMerge } from "tailwind-merge";

import { cx } from "../utils";

import { createTailwindMerge } from "./tailwind-merge";
import {
As,
ComponentWithAs,
Expand Down

0 comments on commit d6b25ef

Please sign in to comment.