Skip to content

Commit

Permalink
Fixes broken NPM package (hopefully) (#1413)
Browse files Browse the repository at this point in the history
* remove rootDir

* Fix build

* Fix

* Fix'

* Changeset

---------

Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
  • Loading branch information
mhayes and ardatan committed Dec 27, 2023
1 parent e35d89b commit ef9ffb6
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 78 deletions.
5 changes: 5 additions & 0 deletions .changeset/four-seals-jog.md
@@ -0,0 +1,5 @@
---
"sofa-api": patch
---

Fix release
7 changes: 7 additions & 0 deletions tsconfig.build.json
@@ -0,0 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "./src"
},
"files": ["src/index.ts"]
}
2 changes: 0 additions & 2 deletions tsconfig.json
Expand Up @@ -4,7 +4,6 @@
"module": "esnext",
"target": "es2021",
"lib": ["esnext"],
"rootDir": ".",
"moduleResolution": "node",
"sourceMap": false,
"declaration": true,
Expand All @@ -16,6 +15,5 @@
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
}
7 changes: 0 additions & 7 deletions tsconfig.test.json

This file was deleted.

10 changes: 0 additions & 10 deletions website/animation/build/asset-manifest.json

This file was deleted.

Binary file removed website/animation/build/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion website/animation/build/index.html

This file was deleted.

15 changes: 0 additions & 15 deletions website/animation/build/manifest.json

This file was deleted.

3 changes: 0 additions & 3 deletions website/animation/build/static/js/main.9993eb07.js

This file was deleted.

39 changes: 0 additions & 39 deletions website/animation/build/static/js/main.9993eb07.js.LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion website/animation/build/static/js/main.9993eb07.js.map

This file was deleted.

0 comments on commit ef9ffb6

Please sign in to comment.