This commit is contained in:
NunoSempere 2022-04-24 19:01:39 -04:00
parent c3edc13bef
commit c9b1644f91
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.1.2", "version": "0.1.3",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "forecasting", "name": "forecasting",
"version": "0.1.2", "version": "0.1.3",
"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.1.2", "version": "0.1.3",
"description": "Forecasting related utilities.", "description": "Forecasting related utilities.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {