0.1.0
This commit is contained in:
parent
85e435ea1d
commit
ce551c2afe
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "rage-rpc",
|
"name": "rage-rpc",
|
||||||
"version": "0.0.3",
|
"version": "0.1.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "rage-rpc",
|
"name": "rage-rpc",
|
||||||
"version": "0.0.3",
|
"version": "0.1.0",
|
||||||
"description": "An asynchronous RPC implementation for RAGE Multiplayer",
|
"description": "An asynchronous RPC implementation for RAGE Multiplayer",
|
||||||
"main": "dist/rage-rpc.min.js",
|
"main": "dist/rage-rpc.min.js",
|
||||||
"types": "dist/rage-rpc.d.ts",
|
"types": "dist/rage-rpc.d.ts",
|
||||||
@ -8,7 +8,9 @@
|
|||||||
"build": "webpack-cli --config ./webpack.config.js",
|
"build": "webpack-cli --config ./webpack.config.js",
|
||||||
"type-check": "tsc"
|
"type-check": "tsc"
|
||||||
},
|
},
|
||||||
"files": ["dist"],
|
"files": [
|
||||||
|
"dist"
|
||||||
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/micaww/rage-rpc.git"
|
"url": "git+https://github.com/micaww/rage-rpc.git"
|
||||||
|
Reference in New Issue
Block a user