7864c05ee1
The first was writting `package.json` at the same time the second one was reading it. The file is now read only once by `normalize-packages`. |
||
---|---|---|
.. | ||
_computeDepOrder.js | ||
babel-eslintrc.js | ||
benchmarks.js | ||
bump-pkg | ||
gen-deps-list.js | ||
import-packages | ||
normalize-packages.js | ||
npmignore | ||
README.md.tpl | ||
run-changed-pkgs.js | ||
run-script.js | ||
run.js | ||
usage-to-readme.js | ||
utils.js |
<!-- DO NOT EDIT MANUALLY, THIS FILE HAS BEEN GENERATED --> # {{pkg.name}} {{#unless pkg.private}} [![Package Version](https://badgen.net/npm/v/{{pkg.name}})](https://npmjs.org/package/{{pkg.name}}) ![License](https://badgen.net/npm/license/{{pkg.name}}) [![PackagePhobia](https://badgen.net/bundlephobia/minzip/{{pkg.name}})](https://bundlephobia.com/result?p={{pkg.name}}) [![Node compatibility](https://badgen.net/npm/node/{{pkg.name}})](https://npmjs.org/package/{{pkg.name}}) {{/unless}} {{#if pkg.description}} > {{pkg.description}} {{/if}} {{#unless pkg.private}} ## Install Installation of the [npm package](https://npmjs.org/package/{{pkg.name}}): ```sh npm install --{{#if pkg.preferGlobal}}global{{^}}save{{/if}} {{pkg.name}} ``` {{/unless}} {{#if usage}} ## Usage {{{usage}}} {{/if}} ## Contributions Contributions are _very_ welcomed, either on the documentation or on the code. You may: - report any [issue]({{pkg.bugs}}) you've encountered; - fork and create a pull request. ## License [{{pkg.license}}](https://spdx.org/licenses/{{pkg.license}}) © [{{pkg.author.name}}]({{pkg.author.url}})