mirror of
https://github.com/demostf/demoserver.git
synced 2026-06-03 22:04:06 +02:00
update description
This commit is contained in:
parent
24848e5366
commit
890227f383
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# node-js-sample
|
||||
|
||||
This is a barebones Node.js app using the [Express](http://expressjs.com/) framework.
|
||||
A barebones Node.js app using [Express 4](http://expressjs.com/).
|
||||
|
||||
## Running Locally
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "node-js-sample",
|
||||
"version": "0.1.0",
|
||||
"description": "A sample node.js app for heroku",
|
||||
"description": "A sample Node.js app using Express 4",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue