Skip to content

Commit 35fe416

Browse files
committed
Rename builder to app
1 parent f9ae4d9 commit 35fe416

File tree

8 files changed

+4
-4
lines changed

8 files changed

+4
-4
lines changed
File renamed without changes.

builder/package.json renamed to app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@jupyterlab-classic/builder",
2+
"name": "@jupyterlab-classic/app",
33
"version": "0.1.3",
44
"private": true,
55
"scripts": {
File renamed without changes.
File renamed without changes.
File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "JupyterLab Classic Contributors",
1313
"workspaces": {
1414
"packages": [
15-
"builder",
15+
"app",
1616
"packages/*"
1717
]
1818
},

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
version = get_version(os.path.join(PACKAGE_NAME, "_version.py"))
2424

2525
main_bundle_dest = os.path.join(HERE, PACKAGE_NAME, "static")
26-
main_bundle_source = os.path.join(HERE, "builder")
26+
main_bundle_source = os.path.join(HERE, "app")
2727

2828
labext_name = "@jupyterlab-classic/lab-extension"
2929
lab_extension_dest = os.path.join(HERE, PACKAGE_NAME, "labextension")

tsconfig.eslint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"extends": "./tsconfigbase",
3-
"include": ["packages/**/*", "builder/**/*"],
3+
"include": ["packages/**/*", "app/**/*"],
44
"types": ["jest"]
55
}

0 commit comments

Comments
 (0)