From 5189f23d114bdf2985117ad9ef8ed9c3b016afd3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 22:19:43 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- package.json | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/package.json b/package.json index aced0f8..d7a8746 100644 --- a/package.json +++ b/package.json @@ -1,25 +1,25 @@ { - "name": "nbformat-schema", - "version": "5.10.4", - "description": "JSON schemata for Jupyter notebook formats", - "main": "index.js", - "files": [ - "nbformat/v3/nbformat.v3.schema.json", - "nbformat/v4/nbformat.v4.schema.json" - ], - "repository": { - "type": "git", - "url": "git+https://github.com/jupyter/nbformat.git" - }, - "keywords": [ - "jupyter", - "notebook", - "json-schema" - ], - "author": "Project Jupyter Contributors", - "license": "BSD-3-Clause", - "bugs": { - "url": "https://github.com/jupyter/nbformat/issues" - }, - "homepage": "https://nbformat.readthedocs.io" + "name": "nbformat-schema", + "version": "5.10.4", + "description": "JSON schemata for Jupyter notebook formats", + "main": "index.js", + "files": [ + "nbformat/v3/nbformat.v3.schema.json", + "nbformat/v4/nbformat.v4.schema.json" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/jupyter/nbformat.git" + }, + "keywords": [ + "jupyter", + "notebook", + "json-schema" + ], + "author": "Project Jupyter Contributors", + "license": "BSD-3-Clause", + "bugs": { + "url": "https://github.com/jupyter/nbformat/issues" + }, + "homepage": "https://nbformat.readthedocs.io" }