export static folder
This commit is contained in:
10
package.json
10
package.json
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user