Skip to content

Commit

Permalink
website: re-generate commons
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Nov 11, 2024
1 parent d11353c commit 6e263d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
13 changes: 0 additions & 13 deletions website/docs/developer/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6e263d1

Please sign in to comment.