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