Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Adding homepage, license, files, module, and exports info
  • Loading branch information
pgiraud committed Jun 20, 2022
1 parent f393415 commit d1d5acf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{
"name": "pev2",
"version": "1.1.0",
"homepage": "https://github.com/dalibo/pev2",
"license": "PostgreSQL license",
"files": ["dist"],
"main": "./dist/pev.umd.js",
"module": "./dist/pev.umd.js",
"exports": {
".": {
"import": "./dist/pev2.es.js",
"require": "./dist/pev2.umd.js"
}
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
Expand Down

0 comments on commit d1d5acf

Please sign in to comment.