Compare commits

..

No commits in common. "6e21464e659f5bc992f7afb8670d620bc55893c4" and "f49e514a7f2bd3304d609c6a85cadaf85131db84" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View File

@ -1,4 +0,0 @@
Special concepts
* relationships betwen dates (order, request, ship) and apply that mix to a new month
* apply a base mix of promo codes and terms codes to a new month of forecast where there is no existing baseline to pull from
* effects of building baselines off of original, or all changes so far

View File

@ -10,7 +10,7 @@
"license": "ISC",
"dependencies": {
"dotenv": "^6.2.0",
"express": "^4.17.1",
"pg": "^7.18.1"
"express": "^4.16.4",
"pg": "^7.8.0"
}
}