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