Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit ab41738

Browse files
Merge pull request #9 from openedx/bw/dist-index
fix: use dist/index as main
2 parents c982316 + 599bd8f commit ab41738

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.releaserc

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77
"pkgRoot": "dist"
88
},
99
{
10-
"path": "@semantic-release/github",
11-
"assets": {
12-
"path": "dist/*"
13-
}
10+
"path": "@semantic-release/github"
1411
}
1512
],
1613
"analyzeCommits": "@semantic-release/commit-analyzer",
@@ -27,10 +24,7 @@
2724
"pkgRoot": "dist"
2825
},
2926
{
30-
"path": "@semantic-release/github",
31-
"assets": {
32-
"path": "dist/*"
33-
}
27+
"path": "@semantic-release/github"
3428
}
3529
],
3630
"success": [],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@edx/react-unit-test-utils",
33
"version": "1.0.0-semantically-released",
44
"description": "React toolkit for writing and testing react components",
5-
"main": "index.js",
5+
"main": "dist/index.js",
66
"release": {
77
"branches": ["main", "next"]
88
},

0 commit comments

Comments
 (0)