This commit is contained in:
NunoSempere 2022-04-22 00:22:25 -04:00
parent 430d1a6832
commit 655d258c66
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "forecasting", "name": "forecasting",
"version": "0.0.1", "version": "0.1.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "forecasting", "name": "forecasting",
"version": "0.0.1", "version": "0.1.0",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@forecasting/aggregation": "^0.0.1" "@forecasting/aggregation": "^0.0.1"

View File

@ -1,6 +1,6 @@
{ {
"name": "forecasting", "name": "forecasting",
"version": "0.0.1", "version": "0.1.0",
"description": "Forecasting related utilities.", "description": "Forecasting related utilities.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {