Version bump
This commit is contained in:
10
package.json
10
package.json
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user