Skip to content

Commit 7b14935

Browse files
committed
feat: @novyk/ngxe -> ngxe
1 parent ee30278 commit 7b14935

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![npm version](https://badge.fury.io/js/%40novyk%2Fngxe.svg)](https://www.npmjs.com/@novyk/ngxe)
1+
[![npm version](https://badge.fury.io/js/ngxe.svg)](https://www.npmjs.com/package/ngxe)
22
![CI](https://github.com/navix/ngxe/actions/workflows/ci.yml/badge.svg)
33

44
# 📜 ngxe
@@ -24,7 +24,7 @@ A simple UI for your translations: hosted on NPM, runs on your dev machine.
2424
## Installation
2525

2626
```shell
27-
$ npm i @novyk/ngxe -D
27+
$ npm i ngxe -D
2828
```
2929

3030

package-release.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "@novyk/ngxe",
3-
"version": "1.2.1",
2+
"name": "ngxe",
3+
"version": "1.2.2",
44
"description": "Angular 11.1+ JSON Translations Editor.",
55
"keywords": ["angular", "cli", "i18n", "translations"],
66
"author": {
77
"name": "Oleksa Novyk",
8-
"email": "novyk@pm.me",
8+
"email": "oleksa@novyk.me",
99
"url": "https://oleksanovyk.com/"
1010
},
1111
"license": "MIT",

0 commit comments

Comments
 (0)