Update package name in package.json and set it to private
This commit is contained in:
parent
3f703d2b4b
commit
1e45a2a7db
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "newmodbot",
|
"name": "zeppelin",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"start": "ts-node src/index.ts",
|
"start": "ts-node src/index.ts",
|
||||||
|
|
Loading…
Add table
Reference in a new issue