Wiki: Rebundle Content Tools.

Content Tools was previously wrapped into an ECMAScript module through
the use of Snowpack.  This mechanism broke some time ago, making the
wiki uneditable.

Content Tools is now imported as is, which simplifies its packaging
and restores it to a working state.

Change-Id: I49d2d625bc955a260a63c47bcaceb23b61366123
diff --git a/src/main/resources/META-INF/resources/package.json b/src/main/resources/META-INF/resources/package.json
index e64f3a4..21ce087 100644
--- a/src/main/resources/META-INF/resources/package.json
+++ b/src/main/resources/META-INF/resources/package.json
@@ -27,8 +27,8 @@
   "snowpack": {
     "plugins": [],
     "install": [
-      "ContentTools",
       "ContentTools/build/content-tools.min.css",
+      "ContentTools/build/content-tools.min.js",
       "ContentTools/build/images/*",
       "bosonic",
       "elix/define/*.js",