Skip to content

Commit 6fb7b3a

Browse files
committed
update folder name
1 parent 7a8e889 commit 6fb7b3a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "notebookjs",
2+
"name": "dnotebook",
33
"version": "0.0.1",
44
"description": "A JavaScript Notebook App",
5-
"main": "notebookjs/src/bin/www",
5+
"main": "dnotebook/src/bin/www",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
8-
"start": "node notebookjs/src/bin/www"
8+
"start": "node dnotebook/src/bin/www"
99
},
1010
"author": "",
1111
"license": "ISC",
@@ -19,6 +19,6 @@
1919
"opn": "^6.0.0"
2020
},
2121
"bin": {
22-
"dnotebook": "./notebookjs/src/bin/www"
22+
"dnotebook": "./dnotebook/src/bin/www"
2323
}
2424
}

0 commit comments

Comments
 (0)