Skip to content

Commit 9113039

Browse files
committed
bump package version to 1.1.0
1 parent 41a6064 commit 9113039

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-motion",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Tailwind Motion is a Tailwind CSS Plugin made by Rombo. It’s a simple, yet powerful, animation library for Tailwind CSS.",
55
"keywords": [
66
"tailwindcss",

web/tailwind.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import tailwindMotion from "../src/index.js";
1+
import tailwindMotion from "../dist/index";
22

33
/** @type {import('tailwindcss').Config} */
44
export default {

0 commit comments

Comments
 (0)