mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-13 17:56:55 +00:00
046d12f51b
You can use `grunt watch` now! Changes: * Re-enable QUnit (but ignore legacy tests) * Add a sample QUnit test * Add ability to run QUnit via `grunt watch` or `grunt test` * Move linting to `grunt lint` task * Add Redux to globals in linter Change-Id: Ie4a65a8a66773d6472b3d73257267d18027ff3c3
19 lines
404 B
JSON
19 lines
404 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt lint",
|
|
"doc": "jsduck"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "0.4.5",
|
|
"grunt-banana-checker": "0.4.0",
|
|
"grunt-cli": "0.1.13",
|
|
"grunt-contrib-jshint": "0.11.3",
|
|
"grunt-contrib-qunit": "^1.2.0",
|
|
"grunt-contrib-watch": "^1.0.0",
|
|
"grunt-jscs": "2.1.0",
|
|
"grunt-jsonlint": "1.0.7",
|
|
"grunt-stylelint": "^0.6.0"
|
|
}
|
|
}
|