mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-24 07:53:37 +00:00
build: Remove obsolete jscsrc overriddes
Also remove redundant 'name', 'repository' and 'licenses' properties in package.json. * Repository: Needslessly hardcodes location of itself. Only relevant for npm publish. * Licenses: Deprecated in favour of 'license'. Needless duplication of COPYING file. Only relevant for npm publish. Change-Id: I2d8a99cf235fa70279c31367d5371d45a6abd4e5
This commit is contained in:
parent
281b99bd27
commit
ee283c19fb
5
.jscsrc
5
.jscsrc
|
@ -1,7 +1,4 @@
|
|||
{
|
||||
"preset": "wikimedia",
|
||||
|
||||
"es3": true,
|
||||
"disallowQuotedKeysInObjects": "allButReserved",
|
||||
"requireDotNotation": { "allExcept": [ "keywords" ] }
|
||||
"es3": true
|
||||
}
|
||||
|
|
11
package.json
11
package.json
|
@ -1,20 +1,9 @@
|
|||
{
|
||||
"name": "templatedata",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"test": "grunt test",
|
||||
"doc": "jsduck"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://gerrit.wikimedia.org/r/p/mediawiki/extensions/TemplateData.git"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "GPL v2+",
|
||||
"url": "https://git.wikimedia.org/blob/mediawiki%2Fextensions%2FTemplateData.git/master/COPYING"
|
||||
}
|
||||
],
|
||||
"devDependencies": {
|
||||
"grunt": "0.4.5",
|
||||
"grunt-cli": "0.1.13",
|
||||
|
|
Loading…
Reference in a new issue