rename npm package to 'todolist'

This commit is contained in:
2018-06-03 14:50:02 +03:00
parent 2aa2f188b3
commit 965491c9af
3 changed files with 14 additions and 33 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "todolist-nodeback",
"name": "todolist",
"version": "0.1.0",
"private": true,
"description": "",
@@ -8,7 +8,7 @@
"start": "node ./app.js",
"debug": "cross-env NODE_ENV=development npx nodemon --inspect ./app.js",
"test": "cross-env NODE_ENV=test jest",
"postinstall": "cd react && npm install && npm run build"
"heroku-postbuild": "cd react && npm install && npm run build"
},
"cacheDirectories": [
"react/node_modules",