Skip to content

Commit

Permalink
Add package.json file back to js source directory (mozilla#152)
Browse files Browse the repository at this point in the history
The ts-check job wants it in the root directory, execution needs it in the
source directory. I moved it back to the source directory and symlinked the root
file to the source directory one. Hopefully this works okay...
  • Loading branch information
hoodmane authored May 6, 2024
1 parent a6515c9 commit 90055b1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
11 changes: 0 additions & 11 deletions package.json

This file was deleted.

1 change: 1 addition & 0 deletions package.json
11 changes: 11 additions & 0 deletions sphinx_js/js/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "sphinx_js",
"type": "module",
"dependencies": {
"tsx": "^4.9.0",
"typedoc": "^0.25.13"
},
"devDependencies": {
"@types/node": "^20.12.7"
}
}

0 comments on commit 90055b1

Please sign in to comment.