mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 12:27:17 +00:00
Test run
This commit is contained in:
@@ -9,6 +9,15 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/arifszn/gitprofile.git"
|
||||
},
|
||||
"files": ["dist"],
|
||||
"main": "./dist/my-lib.umd.js",
|
||||
"module": "./dist/my-lib.es.js",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/my-lib.es.js",
|
||||
"require": "./dist/my-lib.umd.js"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
|
||||
Reference in New Issue
Block a user