Update license in package.json to AGPL

This commit is contained in:
projectmoon 2021-01-09 19:29:47 +00:00
parent ee892a3f34
commit ed79007c29
2 changed files with 1 additions and 2 deletions

View File

@ -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"

View File

@ -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 = [];