We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc2803 commit 0daad7dCopy full SHA for 0daad7d
2 files changed
.npmrc
@@ -0,0 +1,2 @@
1
+save-exact = true
2
+@devfolioco:registry = https://npm.pkg.github.com/
package.json
@@ -1,6 +1,6 @@
{
- "name": "react-mde",
3
- "version": "11.5.0",
+ "name": "@devfolioco/react-mde",
+ "version": "1.0.0",
4
"description": "React Markdown Editor",
5
"main": "./lib/js/index.js",
6
"types": "./lib/definitions/index.d.ts",
@@ -29,10 +29,10 @@
29
"text-editor",
30
"markdown-editor"
31
],
32
- "author": "Andre Pena",
+ "author": "Devfolio <engineering@devfolio.co>",
33
"license": "MIT",
34
"bugs": {
35
- "url": "https://github.com/andrerpena/react-mde.git/issues"
+ "url": "https://github.com/devfolioco/react-mde.git/issues"
36
},
37
"devDependencies": {
38
"@cypress/webpack-preprocessor": "^5.1.2",
0 commit comments