Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
DurtyFree committed Jun 27, 2020
1 parent 49b8702 commit 0f87f57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This project is a (fully TypeScript compatible) port of RageMP-NativeUI [Kar](https://github.com/karscopsandrobbers/RAGEMP-NativeUI) for alt:V. It provides a simple way to use NativeUI menus in your clientside scripts. A lot of credits to [datWeazel](https://github.com/datWeazel/alt-V-NativeUI) who made the initial port of the RageMP-NativeUI.

## Usage:
### With package:
### With bundler:
1. Create in your `package.json` location a file named `.npmrc` and add this line:
```
@durtyfree:registry=https://npm.pkg.github.com
Expand All @@ -12,7 +12,7 @@ This project is a (fully TypeScript compatible) port of RageMP-NativeUI [Kar](ht
```typescript
import * as NativeUI from "@durtyfree/altv-nativeui";
```
### Without package:
### Without bundler:
1. Download `.zip` archive you want from [releases page](https://github.com/DurtyFree/alt-V-NativeUI/releases).
2. Unpack archive in client's folder, and import like any other file:
```javascript
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@DurtyFree/altv-nativeui",
"version": "1.4.1",
"version": "1.4.3",
"description": "NativeUI for GTA V alt:V Multiplayer mod written in Javascript / TypeScript",
"main": "dist/nativeui/nativeui.min.js",
"types": "dist/nativeui/types/NativeUi.d.ts",
Expand Down

0 comments on commit 0f87f57

Please sign in to comment.