Skip to content

Commit

Permalink
Restore package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek committed Aug 29, 2024
1 parent 6a60fe5 commit 627fa19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "ckeditor5-dev",
"version": "42.1.0",
"version": "41.0.0",
"private": true,
"devDependencies": {
"@ckeditor/ckeditor5-dev-ci": "^42.1.0",
"@ckeditor/ckeditor5-dev-release-tools": "^42.1.0",
"@ckeditor/ckeditor5-dev-ci": "^41.0.0",
"@ckeditor/ckeditor5-dev-release-tools": "^41.0.0",
"coveralls": "^3.1.1",
"eslint": "^7.0.0",
"eslint-config-ckeditor5": "^6.0.0",
Expand All @@ -31,7 +31,7 @@
"postinstall": "node ./scripts/postinstall.js",
"test": "yarn run test:build-tools && yarn run test:js",
"test:build-tools": "yarn workspace @ckeditor/ckeditor5-dev-build-tools run test",
"test:js": "mocha 'packages/ckeditor5-dev-utils/tests/**/*.js' --timeout 10000 --ignore 'packages/ckeditor5-dev-build-tools/**'",
"test:js": "mocha 'packages/*/tests/**/*.js' --timeout 10000 --ignore 'packages/ckeditor5-dev-build-tools/**'",
"coverage": "nyc --reporter=lcov --reporter=text-summary yarn run test",
"changelog": "node ./scripts/changelog.js",
"release:prepare-packages": "node ./scripts/preparepackages.js",
Expand Down

0 comments on commit 627fa19

Please sign in to comment.