Skip to content

Commit

Permalink
Private'd Backend Package.json for npm publishing (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyumat committed Jan 8, 2023
1 parent 46f32c8 commit 562e22f
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 6 deletions.
113 changes: 109 additions & 4 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "Backend for ProgressAD",
"main": "dist/index",
"private": true,
"typings": "dist/index",
"scripts": {
"start": "node dist/index.js",
Expand All @@ -13,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/TrackMeAtDixon/Progress.git"
"url": "git+https://github.com/Nyumat/Progress.git"
},
"engines": {
"node": ">=12.0.0"
Expand All @@ -22,7 +23,7 @@
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TrackMeAtDixon/Progress/issues"
"url": "https://github.com/Nyumat/Progress/issues"
},
"dependencies": {
"@types/cors": "^2.8.13",
Expand All @@ -40,6 +41,7 @@
},
"devDependencies": {
"@types/express": "^4.17.15",
"@types/jsonwebtoken": "^9.0.0",
"@types/node": "^18.11.18",
"nodemon": "^2.0.20",
"prettier": "2.7.1",
Expand Down

0 comments on commit 562e22f

Please sign in to comment.