Skip to content

Commit

Permalink
Update readme, bower.json and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-strohm committed Sep 26, 2017
1 parent ca77b2b commit 488d8d9
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# types-ragemp-client
## Clientside definitions

[![Discord](https://discordapp.com/api/guilds/183979885788659713/widget.png)](https://discord.gg/A5exBRX) ![As of](https://img.shields.io/badge/As%20of-23.09.2017-green.svg)
[![Discord](https://discordapp.com/api/guilds/183979885788659713/widget.png)](https://discord.gg/A5exBRX) ![As of](https://img.shields.io/badge/As%20of-23.09.2017-green.svg) [![NuGet](https://img.shields.io/nuget/v/types-ragemp-client.svg)]() [![npm](https://img.shields.io/npm/v/types-ragemp-client.svg)]() [![Bower](https://img.shields.io/bower/v/types-ragemp-client.svg)]()
24 changes: 24 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "types-ragemp-client",
"description": "Clientside definitions for RageMP",
"main": "",
"authors": [
"pet-platoon"
],
"license": "GPL-3.0",
"keywords": [
"ragemp",
"gta",
"gta5",
"rage",
"mp"
],
"homepage": "https://github.com/Pet-Platoon/types-ragemp-client",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "types-ragemp-client",
"version": "0.0.1",
"description": "Clientside definitions",
"description": "Clientside definitions for RageMP",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 488d8d9

Please sign in to comment.