mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-27 16:30:12 +00:00
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:
parent
0a8a7d41d4
commit
635850aae8
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue