Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이세린
/
anxietymanager
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
이세린
2022-06-09 00:46:58 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
749d0854e9029696a10fb1d95ece8a0c0eccea6e
749d0854
1 parent
0483850c
package.json modified for hosting on heroku
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
package.json
package.json
View file @
749d085
...
...
@@ -4,7 +4,7 @@
"description"
:
"Anxiety Manager discord bot"
,
"main"
:
"main.js"
,
"scripts"
:
{
"
test"
:
"echo
\"
Error: no test specified
\"
&& exit 1
"
"
start"
:
"node main.js
"
},
"author"
:
"sab"
,
"license"
:
"ISC"
,
...
...
@@ -15,5 +15,8 @@
"express"
:
"^4.18.1"
,
"quick.db"
:
"^9.0.2"
,
"random-puppy"
:
"^1.1.0"
},
"engines"
:
{
"node"
:
"v16.14.2"
}
}
...
...
Please
register
or
login
to post a comment