diff --git a/config.yaml b/config.yaml index 33f15471..4c5a73d3 100644 --- a/config.yaml +++ b/config.yaml @@ -5,7 +5,7 @@ files: destinationFilename: package.json npmName: plexjs npmRepository: lukehagar -npmVersion: 0.0.6 +npmVersion: 0.0.7 useSingleRequestParameter: true sortParamsByRequiredFlag: true gitUserID: lukehagar diff --git a/plexjs/README.md b/plexjs/README.md index ac7ab7e3..fca81b7b 100644 --- a/plexjs/README.md +++ b/plexjs/README.md @@ -1,4 +1,4 @@ -## plexjs@0.0.6 +## plexjs@0.0.7 This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments: @@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co _published:_ ``` -npm install plexjs@0.0.6 --save +npm install plexjs@0.0.7 --save ``` _unPublished (not recommended):_ diff --git a/plexjs/package-lock.json b/plexjs/package-lock.json index b8b45fdf..28300e20 100644 --- a/plexjs/package-lock.json +++ b/plexjs/package-lock.json @@ -1,12 +1,12 @@ { "name": "@lukehagar/plexjs", - "version": "0.0.6", + "version": "0.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@lukehagar/plexjs", - "version": "0.0.6", + "version": "0.0.7", "license": "MIT", "dependencies": { "axios": "^0.26.1", diff --git a/plexjs/package.json b/plexjs/package.json index 5721990d..9010696f 100644 --- a/plexjs/package.json +++ b/plexjs/package.json @@ -1,6 +1,6 @@ { "name": "@lukehagar/plexjs", - "version": "0.0.6", + "version": "0.0.7", "description": "Community Made Plex JS/TS Module", "author": "Luke Hagar", "type": "module", @@ -25,7 +25,7 @@ "main": "./dist/index.js", "typings": "./dist/index.d.ts", "scripts": { - "build": "tsc --outDir ./dist/", + "build": "tsc --outDir ./dist", "prepare": "npm run build" }, "dependencies": { @@ -35,8 +35,5 @@ "devDependencies": { "@types/node": "^12.11.5", "typescript": "^4.0" - }, - "publishConfig": { - "registry": "lukehagar" } }