Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Skelton committed Mar 25, 2021
1 parent e33de32 commit 8ec44fd
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Format
on:
pull_request:
branches: [main]
if: github.repository == 'Widen/npm-package-template'
if: github.repository == 'Widen/i18next-async-backend'
jobs:
test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Changelog

The changelog is automatically updated using [semantic-release](https://github.com/semantic-release/semantic-release). You can see it on the [releases page](https://github.com/Widen/npm-package-template/releases).
The changelog is automatically updated using [semantic-release](https://github.com/semantic-release/semantic-release). You can see it on the [releases page](https://github.com/Widen/i18next-async-backend/releases).
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# npm-package-template
# i18next-async-backend

[![Build](https://github.com/Widen/npm-package-template/actions/workflows/build.yml/badge.svg)](https://github.com/Widen/npm-package-template/actions/workflows/build.yml)
[![Build](https://github.com/Widen/i18next-async-backend/actions/workflows/build.yml/badge.svg)](https://github.com/Widen/i18next-async-backend/actions/workflows/build.yml)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

{{description}}
i18next backend which loads resources via promises. Useful when loading resources via dynamic imports.

## Installation

### npm

```sh
npm install npm-package-template
npm install i18next-async-backend
```

### Yarn

```
yarn add npm-package-template
yarn add i18next-async-backend
```

## Usage
Expand Down
22 changes: 0 additions & 22 deletions init.sh

This file was deleted.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "npm-package-template",
"name": "i18next-async-backend",
"version": "0.0.0-semantically-released",
"description": "{{description}}",
"description": "i18next backend which loads resources via promises. Useful when loading resources via dynamic imports.",
"author": "Widen",
"license": "ISC",
"repository": "github:Widen/npm-package-template",
"homepage": "https://github.com/Widen/npm-package-template#readme",
"repository": "github:Widen/i18next-async-backend",
"homepage": "https://github.com/Widen/i18next-async-backend#readme",
"bugs": {
"url": "https://github.com/Widen/npm-package-template/issues"
"url": "https://github.com/Widen/i18next-async-backend/issues"
},
"keywords": [],
"exports": "./lib/index.js",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4134,6 +4134,22 @@ fsevents@^2.1.2:
languageName: node
linkType: hard

"i18next-async-backend@workspace:.":
version: 0.0.0-use.local
resolution: "i18next-async-backend@workspace:."
dependencies:
"@types/jest": ^26.0.22
"@typescript-eslint/eslint-plugin": ^4.19.0
"@typescript-eslint/parser": ^4.19.0
eslint: ^7.22.0
jest: ^26.6.3
prettier: ^2.2.1
semantic-release: ^17.4.2
ts-jest: ^26.5.4
typescript: ^4.2.3
languageName: unknown
linkType: soft

"iconv-lite@npm:0.4.24, iconv-lite@npm:~0.4.13":
version: 0.4.24
resolution: "iconv-lite@npm:0.4.24"
Expand Down Expand Up @@ -6547,22 +6563,6 @@ fsevents@^2.1.2:
languageName: node
linkType: hard

"npm-package-template@workspace:.":
version: 0.0.0-use.local
resolution: "npm-package-template@workspace:."
dependencies:
"@types/jest": ^26.0.22
"@typescript-eslint/eslint-plugin": ^4.19.0
"@typescript-eslint/parser": ^4.19.0
eslint: ^7.22.0
jest: ^26.6.3
prettier: ^2.2.1
semantic-release: ^17.4.2
ts-jest: ^26.5.4
typescript: ^4.2.3
languageName: unknown
linkType: soft

"npm-packlist@npm:^1.1.12, npm-packlist@npm:^1.4.8":
version: 1.4.8
resolution: "npm-packlist@npm:1.4.8"
Expand Down

0 comments on commit 8ec44fd

Please sign in to comment.