diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a47e769..a4ee7a7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: with: node-version: '16.x' registry-url: 'https://registry.npmjs.org' - scope: '@fiusdevelopment' + scope: '@thundernetworkrad' - name: Install dependencies 🔧 run: npm ci - name: Publish package on NPM 📦 @@ -33,7 +33,7 @@ jobs: with: node-version: '16.x' registry-url: 'https://npm.pkg.github.com' - scope: '@fiusdevelopment' + scope: '@thundernetworkrad' - name: Install dependencies 🔧 run: npm ci - name: Publish package on NPM 📦 @@ -41,4 +41,4 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.GP_TOKEN }} REGISTRY1: 'npm.pkg.github.com' - REGISTRY2: '@fiusdevelopment:registry=https://npm.pkg.github.com' + REGISTRY2: '@thundernetworkrad:registry=https://npm.pkg.github.com' diff --git a/index.js b/index.js index db5dd64..5d52b5d 100644 --- a/index.js +++ b/index.js @@ -1,6 +1,6 @@ const { writeFile, readFile, mkdir } = require('node:fs/promises'); const { stdin, stdout } = require('node:process'); -var readlineSync = require('@fiusdevelopment/readline'); +var readlineSync = require('readline-sync'); var name; function getTime () { diff --git a/package-lock.json b/package-lock.json index e6a97e3..ba8bba6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,20 +9,23 @@ "version": "0.0.5", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { - "@fiusdevelopment/readline": "^0.0.2" + "readline-sync": "^1.4.10" } }, - "node_modules/@fiusdevelopment/readline": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/@fiusdevelopment/readline/-/readline-0.0.2.tgz", - "integrity": "sha512-BYGUnOZQ2bTv4D3BDdsqM74Mck8iDwBAS18Oo/gB+8PX241xi4GYGE4JoKF6+MLQuFJ92+ohaUY0PBPmIxn0kQ==" + "node_modules/readline-sync": { + "version": "1.4.10", + "resolved": "https://registry.npmjs.org/readline-sync/-/readline-sync-1.4.10.tgz", + "integrity": "sha512-gNva8/6UAe8QYepIQH/jQ2qn91Qj0B9sYjMBBs3QOB8F2CXcKgLxQaJRP76sWVRQt+QU+8fAkCbCvjjMFu7Ycw==", + "engines": { + "node": ">= 0.8.0" + } } }, "dependencies": { - "@fiusdevelopment/readline": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/@fiusdevelopment/readline/-/readline-0.0.2.tgz", - "integrity": "sha512-BYGUnOZQ2bTv4D3BDdsqM74Mck8iDwBAS18Oo/gB+8PX241xi4GYGE4JoKF6+MLQuFJ92+ohaUY0PBPmIxn0kQ==" + "readline-sync": { + "version": "1.4.10", + "resolved": "https://registry.npmjs.org/readline-sync/-/readline-sync-1.4.10.tgz", + "integrity": "sha512-gNva8/6UAe8QYepIQH/jQ2qn91Qj0B9sYjMBBs3QOB8F2CXcKgLxQaJRP76sWVRQt+QU+8fAkCbCvjjMFu7Ycw==" } } } diff --git a/package.json b/package.json index 843c8b9..666f569 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@fiusdevelopment/std", - "version": "0.0.5", + "name": "@thundernetworkrad/std", + "version": "2022.12.29", "description": "Standard module for javascript", "main": "index.js", "scripts": { @@ -18,13 +18,13 @@ "module", "javascript" ], - "author": "FIUS Development | Killer Boss Original - EnyGasELuce", + "author": "Thunder Network RaD | Killer Boss Original", "license": "SEE LICENSE IN LICENSE.txt", "bugs": { "url": "https://github.com/FIUSDevelopment/std/issues" }, "homepage": "https://github.com/FIUSDevelopment/std#readme", "dependencies": { - "@fiusdevelopment/readline": "^0.0.2" + "readline-sync": "^1.4.10" } }