Hashar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/395605 )
Change subject: build: rename qunitjs to qunit ...................................................................... build: rename qunitjs to qunit npm WARN deprecated [email protected]: 2.4.1 is the last version where QUnit will be published as 'qunitjs'. To receive future updates, you will need to change the package name to 'qunit'. Change-Id: I22631749241d64b694e5421d1be2de1ef509e118 --- M package.json 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/VisualEditor/VisualEditor refs/changes/05/395605/1 diff --git a/package.json b/package.json index 1870110..7841c38 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "karma-coverage": "1.1.1", "karma-mocha-reporter": "2.2.5", "karma-qunit": "1.2.1", - "qunitjs": "2.4.1", + "qunit": "2.4.1", "stylelint": "7.8.0", "stylelint-config-wikimedia": "0.4.1" } -- To view, visit https://gerrit.wikimedia.org/r/395605 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I22631749241d64b694e5421d1be2de1ef509e118 Gerrit-PatchSet: 1 Gerrit-Project: VisualEditor/VisualEditor Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
