Skip to content

Commit c5e306c

Browse files
committed
build: Drop the version from package.json
We're going to be updating it as a part of the semantic release workflow but it won't make it back here so drop it from the package.json file to avoid confusion.
1 parent 541e722 commit c5e306c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openedx/sample-plugin",
3-
"version": "0.0.1",
3+
"version": "__semantically__released__",
44
"main": "src/index.jsx",
55
"peerDependencies": {
66
"@edx/frontend-platform": "*",

0 commit comments

Comments
 (0)