prosemirror-codemark
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "prosemirror-codemark", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Inline code mark for ProseMirror", | ||
@@ -19,8 +19,8 @@ "author": "Rowan Cockett <rowan@curvenote.com>", | ||
"type": "git", | ||
"url": "git+https://github.com/curvenote/prosemirror-codemark.git" | ||
"url": "git+https://github.com/curvenote/editor.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/curvenote/prosemirror-codemark/issues" | ||
"url": "https://github.com/curvenote/editor/issues" | ||
}, | ||
"homepage": "https://github.com/curvenote/prosemirror-codemark", | ||
"homepage": "https://github.com/curvenote/editor/tree/main/packages/prosemirror-codemark", | ||
"scripts": { | ||
@@ -37,8 +37,4 @@ "clean": "rimraf dist", | ||
"start": "webpack serve --open --config webpack.js", | ||
"test": "jest", | ||
"test:watch": "jest --watchAll", | ||
"test:clear": "jest --clearCache", | ||
"lint": "eslint \"src/**/*.ts\" -c .eslintrc.json", | ||
"lint:format": "prettier --check \"src/**/*.ts\"", | ||
"lint:format:fix": "prettier --write \"src/**/*.ts\"" | ||
"lint": "eslint \"src/**/*.ts\" -c .eslintrc.js", | ||
"lint:format": "prettier --check \"src/**/*.ts\"" | ||
}, | ||
@@ -52,27 +48,9 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/plugin-proposal-optional-chaining": "^7.17.12", | ||
"@types/jest": "^28.1.3", | ||
"@types/jest": "^28.1.6", | ||
"@types/prosemirror-schema-basic": "^1.0.2", | ||
"@typescript-eslint/eslint-plugin": "^5.29.0", | ||
"@typescript-eslint/parser": "^5.29.0", | ||
"copyfiles": "^2.4.1", | ||
"css-loader": "^6.7.1", | ||
"eslint": "^8.18.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-config-airbnb-typescript": "^17.0.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-config-react-app": "^7.0.1", | ||
"eslint-import-resolver-typescript": "^2.7.1", | ||
"eslint-plugin-flowtype": "^8.0.3", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jest": "^26.5.3", | ||
"eslint-plugin-json": "^3.1.0", | ||
"eslint-plugin-jsx-a11y": "^6.5.1", | ||
"eslint-plugin-no-only-tests": "^2.6.0", | ||
"eslint-plugin-no-skip-tests": "^1.1.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-react": "^7.30.0", | ||
"eslint-config-curvenote": "*", | ||
"html-webpack-plugin": "^5.5.0", | ||
"jest": "^28.1.1", | ||
"jest": "^28.1.3", | ||
"npm-run-all": "^4.1.5", | ||
@@ -87,9 +65,9 @@ "prettier": "^2.7.1", | ||
"style-loader": "^3.3.1", | ||
"ts-jest": "^28.0.5", | ||
"ts-jest": "^28.0.7", | ||
"ts-loader": "^9.3.1", | ||
"typescript": "^4.7.4", | ||
"webpack": "^5.73.0", | ||
"webpack": "^5.74.0", | ||
"webpack-cli": "^4.10.0", | ||
"webpack-dev-server": "^4.9.2" | ||
"webpack-dev-server": "^4.9.3" | ||
} | ||
} |
# `prosemirror-codemark` | ||
[![prosemirror-codemark on npm](https://img.shields.io/npm/v/prosemirror-codemark.svg)](https://www.npmjs.com/package/prosemirror-codemark) | ||
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/curvenote/prosemirror-codemark/blob/master/LICENSE) | ||
![CI](https://github.com/curvenote/prosemirror-codemark/workflows/CI/badge.svg) | ||
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/curvenote/editor/blob/main/LICENSE) | ||
![CI](https://github.com/curvenote/editor/workflows/CI/badge.svg) | ||
[![demo](https://img.shields.io/badge/live-demo-blue)](https://curvenote.github.io/prosemirror-codemark/) | ||
@@ -7,0 +7,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22
96374
33