From 31091fcb8e991c6272df70dce69e94ce30351361 Mon Sep 17 00:00:00 2001 From: jeff Date: Sat, 9 Jan 2021 19:29:47 +0000 Subject: [PATCH] Update license in package.json to AGPL --- package.json | 2 +- webpack.config.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index cc214af..5cf25d8 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "url": "ssh://git@git.agnos.is:22022/projectmoon/tenebrous-sheets.git" }, "author": "", - "license": "ISC", + "license": "AGPL", "dependencies": { "@improbable-eng/grpc-web": "^0.13.0", "google-protobuf": "^3.14.0" diff --git a/webpack.config.js b/webpack.config.js index 4d7007e..5a18888 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -4,7 +4,6 @@ const HtmlWebpackPlugin = require('html-webpack-plugin'); const path = require('path'); const root = path.resolve(__dirname, '.'); -console.log("root is", root); function packPage(page, chunks) { if (!chunks) chunks = [];