export static folder

This commit is contained in:
2026-03-02 16:26:49 +01:00
parent 8ce05b5d4d
commit 70b43c5f3c
3 changed files with 14 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@unom/style",
"version": "0.4.2",
"version": "0.4.4",
"description": "The official unom-style library",
"type": "module",
"files": [
@@ -11,7 +11,8 @@
"exports": {
".": "./dist/index.js",
"./easings/easings": "./dist/easings/easings.js",
"./package.json": "./package.json"
"./package.json": "./package.json",
"./static/*": "./static/*"
},
"scripts": {
"build": "tsdown",
@@ -35,11 +36,6 @@
"typescript": "^5.9.3",
"vitest": "^4.0.18"
},
"volta": {
"node": "18.12.0",
"npm": "8.9.0",
"yarn": "1.22.19"
},
"peerDependencies": {
"motion": "^12"
},