From 2c6608ce93e73961acb44e91411786af03e45c44 Mon Sep 17 00:00:00 2001 From: Cyril Walle Date: Tue, 27 Oct 2020 15:54:47 +0100 Subject: [PATCH] use npm , publish --- .gitignore | 4 ---- changelog.md | 1 + readme.md | 8 ++++---- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 53a1508b..c068d436 100644 --- a/.gitignore +++ b/.gitignore @@ -10,8 +10,6 @@ logs *.log npm-debug.log* -yarn-debug.log* -yarn-error.log* lerna-debug.log* # Diagnostic reports (https://nodejs.org/api/report.html) @@ -63,8 +61,6 @@ typings/ # Output of 'npm pack' *.tgz -# Yarn Integrity file -.yarn-integrity # dotenv environment variables file .env diff --git a/changelog.md b/changelog.md index df07171d..a8b33f26 100644 --- a/changelog.md +++ b/changelog.md @@ -2,5 +2,6 @@ ## 2.0.0 + * publish under @grossacasacs/left-phalange * Can load a file without providing a file extension, it will try to open all supported file types * Cannot force load as esm if the file has a different file extension \ No newline at end of file diff --git a/readme.md b/readme.md index 92cb96f5..f0cd9ad4 100644 --- a/readme.md +++ b/readme.md @@ -1,17 +1,17 @@ -# left-phalange-api +# @grossacasacs/left-phalange -> CommonJS, ESModule, INI, JSON, JSON5, TOML, YAML data loader, parser and stringifier +CommonJS, ESModule, INI, JSON, JSON5, TOML, YAML data loader, parser and stringifier ## Install ```sh -yarn add left-phalange-api +npm i @grossacasacs/left-phalange ``` ## Usage ```js -import {parse, load, stringify} from 'left-phalange-api' +import {parse, load, stringify} from '@grossacasacs/left-phalange' ``` ### load(file[, options])