From f716966eaab8f035475fb030c3d86f1c71a288c8 Mon Sep 17 00:00:00 2001
From: Xaver Maierhofer
The source code is available at "; + s += ""; + s += "https://github.com/ffrgb/meshviewer."; + + s += "
Forked and based on "; + s += ""; + s += "https://github.com/ffnord/meshviewer and "; s += ""; - s += "https://github.com/plumpudding/hopglass."; + s += "https://github.com/plumpudding/hopglass.
"; el.innerHTML = s; }; diff --git a/package.json b/package.json index 2ffe259..2d61e7e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "hopglass", + "name": "ffrgb/meshviewer", "scripts": { "test": "node -e \"require('grunt').cli()\" '' clean lint" },