Skip to content

Commit 4a3d790

Browse files
authored
Merge pull request #655 from rtfd/davidfischer/declare-package-main
Declare the main entry point of the package
2 parents 40cdb8a + 30f3635 commit 4a3d790

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "sphinx_rtd_theme",
3+
"main": "js/theme.js",
34
"version": "0.4.2",
45
"private": true,
56
"devDependencies": {

0 commit comments

Comments
 (0)