Skip to content

Commit

Permalink
change name and script runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Deri-Kurniawan committed Oct 1, 2021
1 parent ff99097 commit 561e990
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "bookshelf-api",
"name": "bookshelf-API-back-end",
"version": "1.0.0",
"description": "Submission Dicoding",
"main": "src/server.js",
"scripts": {
"start": "nodemon ."
"start": "node .",
"dev": "nodemon ."
},
"author": "Deri Kurniawan",
"license": "ISC",
Expand Down

0 comments on commit 561e990

Please sign in to comment.