Skip to content

Commit 15d77cb

Browse files
committed
capture latest release and remove unused code
1 parent 2a861e6 commit 15d77cb

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,3 @@ typings/
5656

5757
# dotenv environment variables file
5858
.env
59-
scratch1index.txt

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thinkful-backend-template",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Template for an Express backend",
55
"main": "index.js",
66
"scripts": {

scratch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
-run nodemon start
33
use in git bash terminal
44

5-
mongoimport --db zhip --collection transactions --drop --file /c/Users/safetydance/thinkful-projects/zhip-application/server/items/primer-transaction.json
5+
mongoimport --db zhip --collection transactions --drop --file <drag and drop file>

0 commit comments

Comments
 (0)