diff --git a/website/docs/developer/index.mdx b/website/docs/developer/index.mdx index f8c0f63..28cc832 100644 --- a/website/docs/developer/index.mdx +++ b/website/docs/developer/index.mdx @@ -71,20 +71,7 @@ this, start it in `watch` mode. npm --prefix ~/Work/npm-modules/xpm-js.git run compile-watch ``` -## Language standard compliance -The current version is compiled with TypeScript 4.9.5: - -- https://www.typescriptlang.org -- https://www.typescriptlang.org/docs/handbook - -The compiler is configured to produce `es2020` & `commonjs` files, -which means ECMAScript6 with legacy CommonJS modules, that can be imported -by any other project either via `require()` or `import`. - -For more details on how to configure `tsconfig.json`, please see: - -- [TSConfig](https://www.typescriptlang.org/tsconfig/) ## Standard style diff --git a/website/package.json b/website/package.json index cd8963b..e8edc36 100644 --- a/website/package.json +++ b/website/package.json @@ -61,6 +61,7 @@ "name": "Project Manager", "longName": "xPack Project Manager", "title": "xpm - The xPack Project Manager", + "tagline": "A tool to automate builds, tests and manage C/C++ dependencies, inspired by npm", "metadataDescription": "The xPack Project Manager command line tool", "metadataKeywords": "xpm, xpack, project, manager, build, test, dependencies, npm, reproducibility", "hasCli": "true",