diff --git a/packages/README.md b/README.md similarity index 74% rename from packages/README.md rename to README.md index 3be7556..b421b88 100644 --- a/packages/README.md +++ b/README.md @@ -1,8 +1,8 @@ -[](./webpage-refactor/public/example-graph.png) +[](./packages/webpage-refactor/public/example-graph.png) This repository contains the code for the website [utility-function-extractor.quantifieduncertainty.org/](https://utility-function-extractor.quantifieduncertainty.org/) and tools to analyze utility comparisons. For details, see the relevant folders. - [Webpage repository](to do: add links) - [Tools repository](to do: add link) -[](./webpage-refactor/public/example-table.png) +[](./packages/webpage-refactor/public/example-table.png) diff --git a/packages/utility-tools/package.json b/packages/utility-tools/package.json index c360dca..57a5b60 100644 --- a/packages/utility-tools/package.json +++ b/packages/utility-tools/package.json @@ -1,6 +1,6 @@ { "name": "utility-tools", - "version": "0.2.5", + "version": "1.0.0", "description": "Process the json produced by utility-function-extractor.quantifieduncertainty.org", "scripts": { "start": "node --max-old-space-size=8192 src/index.js",