This commit is contained in:
Micah Allen 2019-01-12 13:09:46 -05:00
parent 85e435ea1d
commit ce551c2afe
2 changed files with 5 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "rage-rpc",
"version": "0.0.3",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "rage-rpc",
"version": "0.0.3",
"version": "0.1.0",
"description": "An asynchronous RPC implementation for RAGE Multiplayer",
"main": "dist/rage-rpc.min.js",
"types": "dist/rage-rpc.d.ts",
@ -8,7 +8,9 @@
"build": "webpack-cli --config ./webpack.config.js",
"type-check": "tsc"
},
"files": ["dist"],
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/micaww/rage-rpc.git"