Skip to content

Commit

Permalink
Update package.json with new exports configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Apr 25, 2024
1 parent 5381fa4 commit 30b6480
Show file tree
Hide file tree
Showing 2 changed files with 297 additions and 433 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"version": "1.1.2",
"description": "Flyo Nitro JS SDK",
"license": "MIT",
"exports": {
".": {
"import": "./dist/nitro-js.mjs",
"require": "./dist/nitro-js.js"
}
},
"main": "./dist/nitro-js.js",
"module": "./dist/nitro-js.mjs",
"type": "module",
Expand All @@ -17,10 +23,10 @@
"fs": false
},
"dependencies": {
"@babel/cli": "^7.23.4",
"@babel/cli": "^7.24.1",
"superagent": "^8.1.2"
},
"devDependencies": {
"vite": "^5.0.5"
"vite": "^5.2.10"
}
}
Loading

0 comments on commit 30b6480

Please sign in to comment.