Update package name in package.json and set it to private

This commit is contained in:
Dragory 2018-12-14 06:32:17 +02:00
parent 3f703d2b4b
commit 1e45a2a7db

View file

@ -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",