Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parse-server",
"version": "2.6.5",
"name": "@parse/server",
"version": "3.0.0-alpha.0",
"description": "An express module providing a Parse-compatible API server",
Copy link
Contributor

@montymxb montymxb Nov 16, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we change the description while we're at it? Since this is the server now. Could word it like

An express module for a Parse backend server

Just a thought.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, still can be used as an express app as it’s an express app that can be started.

"main": "lib/index.js",
"repository": {
Expand Down