We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8e889 commit 6fb7b3aCopy full SHA for 6fb7b3a
1 file changed
package.json
@@ -1,11 +1,11 @@
1
{
2
- "name": "notebookjs",
+ "name": "dnotebook",
3
"version": "0.0.1",
4
"description": "A JavaScript Notebook App",
5
- "main": "notebookjs/src/bin/www",
+ "main": "dnotebook/src/bin/www",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1",
8
- "start": "node notebookjs/src/bin/www"
+ "start": "node dnotebook/src/bin/www"
9
},
10
"author": "",
11
"license": "ISC",
@@ -19,6 +19,6 @@
19
"opn": "^6.0.0"
20
21
"bin": {
22
- "dnotebook": "./notebookjs/src/bin/www"
+ "dnotebook": "./dnotebook/src/bin/www"
23
}
24
0 commit comments