Skip to content

Commit 0daad7d

Browse files
committed
🔖 v1.0.0
1 parent 7fc2803 commit 0daad7d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
save-exact = true
2+
@devfolioco:registry = https://npm.pkg.github.com/

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "react-mde",
3-
"version": "11.5.0",
2+
"name": "@devfolioco/react-mde",
3+
"version": "1.0.0",
44
"description": "React Markdown Editor",
55
"main": "./lib/js/index.js",
66
"types": "./lib/definitions/index.d.ts",
@@ -29,10 +29,10 @@
2929
"text-editor",
3030
"markdown-editor"
3131
],
32-
"author": "Andre Pena",
32+
"author": "Devfolio <engineering@devfolio.co>",
3333
"license": "MIT",
3434
"bugs": {
35-
"url": "https://github.com/andrerpena/react-mde.git/issues"
35+
"url": "https://github.com/devfolioco/react-mde.git/issues"
3636
},
3737
"devDependencies": {
3838
"@cypress/webpack-preprocessor": "^5.1.2",

0 commit comments

Comments
 (0)