Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Commit

Permalink
chore: bump version, add start script
Browse files Browse the repository at this point in the history
  • Loading branch information
njlie committed Apr 20, 2018
1 parent 6e3b595 commit 3dc663f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "connector.land",
"version": "1.1.0",
"version": "2.0.0",
"description": "The server running on https://connector.land",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "echo \"Please run pm2 start pm2.config.js\" && exit 1"
"start": "node src/index.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3dc663f

Please sign in to comment.