edit package.json
Showing
... | @@ -4,7 +4,10 @@ | ... | @@ -4,7 +4,10 @@ |
"description": "WYSIWYG html editor", | "description": "WYSIWYG html editor", | ||
"author": "atma", | "author": "atma", | ||
"license": "MIT", | "license": "MIT", | ||
"repository": "atma/react-ag-qeditor", | "repository": { | ||
"type": "git", | |||
"url": "https://gitlab.atma.company/lib/react-ag-qeditor.git" | |||
}, | |||
"main": "dist/index.js", | "main": "dist/index.js", | ||
"module": "dist/index.modern.js", | "module": "dist/index.modern.js", | ||
"source": "src/index.js", | "source": "src/index.js", | ||
... | ... |
Please
register
or
sign in
to comment