mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ReplaceText
synced 2024-12-18 01:01:03 +00:00
build: mark package.json as private
We do not release a npm package for this repository, the package.json is solely for CI/build purposes. Change-Id: I3da11273ff7876e83fdb278a504f9b1589e69991
This commit is contained in:
parent
2e8cf3413a
commit
1978596bb5
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "grunt test"
|
"test": "grunt test"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue