From 16524f5ac58d4b13378261f1ab29bc1acc2a2099 Mon Sep 17 00:00:00 2001 From: "Brady J. Garvin" <bgarvin@cse.unl.edu> Date: Mon, 15 Aug 2022 13:22:46 -0500 Subject: [PATCH] Changed scope and description to match CSCE 310. --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 067501d..ac18766 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@unlsoft/eslint-config", + "name": "@unlcsce/eslint-config", "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "@unlsoft/eslint-config", + "name": "@unlcsce/eslint-config", "version": "3.0.0", "license": "UNLICENSED", "devDependencies": { diff --git a/package.json b/package.json index d814623..032ab8f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "@unlsoft/eslint-config", + "name": "@unlcsce/eslint-config", "version": "3.0.0", - "description": "ESLint configuration used by the UNL SOFT core courses.", + "description": "ESLint configuration used by the UNL course CSCE 310.", "private": true, "license": "UNLICENSED", "devDependencies": { -- GitLab