Update license in package.json to AGPL
This commit is contained in:
parent
d6944cd4c1
commit
31091fcb8e
|
@ -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"
|
||||
|
|
|
@ -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 = [];
|
||||
|
|
Loading…
Reference in New Issue