-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The package won't be published, so there's no need to include details there. This change also removes the shebang from the backend entry point, which is redundant since the executable bit is not set. Refs #397
- Loading branch information
1 parent
f2195a0
commit 24e30d1
Showing
4 changed files
with
2 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,5 @@ | ||
{ | ||
"name": "prereview", | ||
"version": "0.1.0", | ||
"description": "A platform for reviewing preprints.", | ||
"license": "AGPL-3.0-or-later", | ||
"contributors": [ | ||
"Harum Helmy <[email protected]", | ||
"Josh King <[email protected]", | ||
"Rae Gaines <[email protected]" | ||
], | ||
"keywords": [ | ||
"preprint", | ||
"orcid", | ||
"doi" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/throneless-tech/prereview.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/throneless-tech/prereview/issues" | ||
}, | ||
"homepage": "https://github.com/throneless-tech/prereview#readme", | ||
"bin": { | ||
"prereview": "./dist/backend/index.js" | ||
}, | ||
"files": [ | ||
"/dist" | ||
], | ||
"private": true, | ||
"watch": { | ||
"build:backend:dev": { | ||
"patterns": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters