Skip to content

Commit 56e3946

Browse files
committed
fix: Update the package names before we publish.
Make the package names in the correct scope or with the correct prefix before we publish this package.
1 parent ec260df commit 56e3946

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def is_requirement(line):
129129
CHANGELOG = open(os.path.join(os.path.dirname(__file__), 'CHANGELOG.rst'), encoding="utf8").read()
130130

131131
setup(
132-
name='sample_plugin',
132+
name='openedx_sample_plugin',
133133
version=VERSION,
134134
description="""A sample backend plugin for the Open edX Platform""",
135135
long_description=README + '\n\n' + CHANGELOG,

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@feanil/sample-plugin",
2+
"name": "@openedx/sample-plugin",
33
"version": "0.0.1",
44
"main": "src/index.jsx",
55
"peerDependencies": {

0 commit comments

Comments
 (0)