Skip to content

Commit

Permalink
use npm , publish
Browse files Browse the repository at this point in the history
  • Loading branch information
GrosSacASac committed Oct 27, 2020
1 parent b6d38f9 commit 2c6608c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -63,8 +61,6 @@ typings/
# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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])
Expand Down

0 comments on commit 2c6608c

Please sign in to comment.