Version bump

This commit is contained in:
Casper Warden
2020-11-20 12:47:24 +00:00
parent f05d823987
commit be0c5f9ebb
2 changed files with 762 additions and 126 deletions

View File

@@ -1,9 +1,9 @@
{
"name": "@caspertech/node-metaverse",
"version": "0.5.13",
"version": "0.5.20",
"description": "A node.js interface for Second Life.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
"scripts": {
"setup": "npm install",
"prepublish": "npm run build",
@@ -24,10 +24,10 @@
},
"devDependencies": {
"@types/micromatch": "^4.0.1",
"mocha": "^5.2.0",
"mocha": "^8.2.1",
"source-map-support": "^0.5.9",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint": "^6.1.3",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.6.3"
},