build: Remove unused npm package fields

The name/version/desc keys are not used and usually not set when the
repo package is marked "private", as the case for repos where npm is
only used for development purposes.

Change-Id: Idf796dfa5cc269109c7be397764850ee4ffe04e6
This commit is contained in:
Timo Tijhof 2021-11-10 20:26:19 +00:00
parent 0a8a7d41d4
commit 635850aae8

View file

@ -1,8 +1,5 @@
{
"name": "cite",
"version": "0.0.0",
"private": true,
"description": "Build tools for the Cite extension.",
"scripts": {
"selenium-daily": "npm run selenium-test",
"selenium-test": "wdio tests/selenium/wdio.conf.js",