|
|
@@ -29,13 +29,14 @@
|
|
|
"@ckeditor/ckeditor5-utils": "^0.7.0"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@ckeditor/ckeditor5-dev-docs": "^6.1.0",
|
|
|
- "@ckeditor/ckeditor5-dev-lint": "^2.0.0",
|
|
|
- "@ckeditor/ckeditor5-dev-tests": "^7.0.0",
|
|
|
+ "@ckeditor/ckeditor5-dev-docs": "^6.1.2",
|
|
|
+ "@ckeditor/ckeditor5-dev-env": "^4.0.0",
|
|
|
+ "@ckeditor/ckeditor5-dev-lint": "^2.0.2",
|
|
|
+ "@ckeditor/ckeditor5-dev-tests": "^7.0.2",
|
|
|
"gulp": "^3.9.0",
|
|
|
"guppy-pre-commit": "^0.4.0",
|
|
|
- "lerna": "2.0.0-beta.36",
|
|
|
- "mgit2": "^0.5.0"
|
|
|
+ "lerna": "2.0.0-beta.37",
|
|
|
+ "mgit2": "^0.5.1"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": ">=6.0.0",
|
|
|
@@ -48,5 +49,8 @@
|
|
|
"repository": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/ckeditor/ckeditor5.git"
|
|
|
+ },
|
|
|
+ "scripts": {
|
|
|
+ "test": "node --max_old_space_size=4096 ./node_modules/.bin/ckeditor5-dev-tests --reporter=dots"
|
|
|
}
|
|
|
}
|