Skip to content

Commit

Permalink
feat!: change package name (#254)
Browse files Browse the repository at this point in the history
- Change package name to `@gravity-ui/markdown-editor`
- Update package.json with actual info
  • Loading branch information
d3m1d0v committed May 31, 2024
1 parent ed8ba66 commit 85cc2af
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
{
"name": "@doc-tools/yfm-editor",
"name": "@gravity-ui/markdown-editor",
"version": "12.4.0",
"description": "YFM wysiwyg editor",
"description": "Markdown wysiwyg and markup editor",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gravity-ui/markdown-editor"
},
"keywords": [
"yfm",
"wysiwyg",
"markdown",
"codemirror",
"prosemirror"
],
"scripts": {
"start": "npm run storybook:start",
"dev": "npm run storybook:start",
Expand All @@ -20,10 +32,6 @@
"test:esbuild": "node tests/esbuild-test/esbuild-tester.js",
"prepublishOnly": "npm run lint && npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/yandex-cloud/yfm-editor"
},
"exports": {
".": {
"types": "./build/esm/index.d.ts",
Expand Down Expand Up @@ -133,13 +141,6 @@
"files": [
"build"
],
"keywords": [
"yfm",
"wysiwyg",
"prosemirror"
],
"author": "Data UI Team <data-ui@yandex-team.ru>",
"license": "MIT",
"dependencies": {
"@bem-react/classname": "^1.6.0",
"@bem-react/classnames": "1.3.10",
Expand Down

0 comments on commit 85cc2af

Please sign in to comment.