diff --git a/package-lock.json b/package-lock.json
index 817d2abf214b5cbb625e515ac1a238429744b832..0dbe3e116771fac61ec8719c840dbaf5d5950e25 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,5 +1,5 @@
 {
-  "name": "c-mded",
+  "name": "@concordant/c-markdown-editor",
   "version": "1.0.1",
   "lockfileVersion": 1,
   "requires": true,
diff --git a/package.json b/package.json
index 27bceb7406d5cc45ebdce42e3cde5c2de4093407..d3c3e888da5fdffaa3baafd214e4e4528926baa5 100644
--- a/package.json
+++ b/package.json
@@ -1,20 +1,20 @@
 {
-  "name": "c-markdown-editor",
+  "name": "@concordant/c-markdown-editor",
   "version": "1.0.1",
   "license": "MIT",
-  "author": "Ludovic Le Frioux <ludovic.lefrioux@concordant.io>",
   "description": "A Markdown collaborative Editor React Component, to demonstrate the Concordant Platform",
   "homepage": "./",
+  "author": "Concordant",
+  "bugs": {
+    "email": "support@concordant.io"
+  },
   "files": [
-    "dist/**/*"
+    "build/**/*"
   ],
   "repository": {
     "type": "git",
     "url": "git+ssh://git@gitlab.inria.fr/concordant/software/c-markdown-editor.git"
   },
-  "bugs": {
-    "url": "https://gitlab.inria.fr/concordant/software/c-markdown-editor/-/issues"
-  },
   "dependencies": {
     "@concordant/c-client": "^1.1.1",
     "@testing-library/jest-dom": "^5.11.4",
@@ -34,6 +34,7 @@
   "scripts": {
     "start": "react-scripts start",
     "build": "react-scripts build",
+    "prepare": "npm run build",
     "test": "react-scripts test",
     "eject": "react-scripts eject"
   },
diff --git a/tsconfig.json b/tsconfig.json
index 2cd2a2871a3f65e5928e142c95915ebd4d7e4ecd..b76c9b33a001c535903566a18167da313d171a04 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,6 +1,5 @@
 {
   "compilerOptions": {
-    "outDir": "./dist/",
     "target": "es5",
     "lib": [
       "es2015",
@@ -25,9 +24,5 @@
   },
   "include": [
     "src"
-  ],
-  "exclude": [
-    "node_modules",
-    "dist"
   ]
 }