build: Set private flag in package.json (for now)
authorJames D. Forrester <jforrester@wikimedia.org>
Sat, 26 Sep 2015 13:32:06 +0000 (14:32 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Mon, 28 Sep 2015 18:52:19 +0000 (11:52 -0700)
This fixes the warning about missing package description and license.
This matches what we do elsewhere for dev-only npm pipelines.

Change-Id: I29ee43482b90ea8875a5376409d656648e3c4b27

package.json

index c00dbed..dbc8190 100644 (file)
@@ -1,6 +1,5 @@
 {
-  "name": "mediawiki",
-  "version": "0.0.0",
+  "private": true,
   "scripts": {
     "test": "grunt test",
     "doc": "jsduck",