Update license in package.json to AGPL

This commit is contained in:
jeff 2021-01-09 19:29:47 +00:00
parent d6944cd4c1
commit 31091fcb8e
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" "url": "ssh://git@git.agnos.is:22022/projectmoon/tenebrous-sheets.git"
}, },
"author": "", "author": "",
"license": "ISC", "license": "AGPL",
"dependencies": { "dependencies": {
"@improbable-eng/grpc-web": "^0.13.0", "@improbable-eng/grpc-web": "^0.13.0",
"google-protobuf": "^3.14.0" "google-protobuf": "^3.14.0"

View File

@ -4,7 +4,6 @@ const HtmlWebpackPlugin = require('html-webpack-plugin');
const path = require('path'); const path = require('path');
const root = path.resolve(__dirname, '.'); const root = path.resolve(__dirname, '.');
console.log("root is", root);
function packPage(page, chunks) { function packPage(page, chunks) {
if (!chunks) chunks = []; if (!chunks) chunks = [];