Skip to content

Commit

Permalink
fix: cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Dwairi committed Sep 18, 2024
1 parent 950907a commit f8edee3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion code/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
{
"name": "@expediagroup/lodging-connectivity-sdk",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"files": [
"dist"
],
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs.js",
"import": "./dist/index.esm.js"
}
},
"scripts": {
"build": "rollup -c",
"clean": "rimraf dist",
Expand Down

0 comments on commit f8edee3

Please sign in to comment.