From 77af2c3db28116ddf10001019ceea26fcf64cf86 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 4 Dec 2023 16:24:01 +0800 Subject: [PATCH] v1.3.3 (#77) --- .github/CODEOWNERS | 1 - LICENSE | 2 +- README.md | 8 ++++---- package-lock.json | 4 ++-- package.json | 10 +++++----- 5 files changed, 12 insertions(+), 13 deletions(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index b83bfc0..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @EasyScriptJS/maintainers diff --git a/LICENSE b/LICENSE index 051315d..f59accf 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Easy Script +Copyright (c) 2023 William Harrison Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 7365cee..d609dd0 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Deprecated -Easy Script has been deprecated due to a lack of updates and features. It has been succeeded by [william.js](https://william.js.org), which has much more advanced modules, better documentation, proper TypeScript support and more. +Easy Script has been deprecated due to a lack of updates and features. It has been succeeded by [william.js](https://github.com/wdhdev/william.js), which has much more advanced modules, better documentation, proper TypeScript support and more. --- # ✨ Easy Script Easy Script is a npm package which makes coding in JavaScript easy! -[![Latest Release](https://img.shields.io/github/v/release/easyscriptjs/easyscript?style=for-the-badge)](https://github.com/EasyScriptJS/EasyScript/releases/latest) +[![Latest Release](https://img.shields.io/github/v/release/wdhdev/easyscript?style=for-the-badge)](https://github.com/wdhdev/EasyScript/releases/latest) ## 📊 Installation You can use any of the commands below to install Easy Script. @@ -19,7 +19,7 @@ npm install easyscriptjs yarn add easyscriptjs ``` -For more information on how to use Easy Script, the [docs](https://easyscript.dev) will have all the information you need. +For more information on how to use Easy Script, the [docs](https://github.com/wdhdev/EasyScript#deprecated) will have all the information you need. ## 🤔 Why? - Beginner friendly @@ -29,4 +29,4 @@ For more information on how to use Easy Script, the [docs](https://easyscript.de - Simple & understandable documentation ## ❓ Support -If you need any help, feel free to [open an issue](https://github.com/EasyScriptJS/EasyScript/issues/new/choose). +If you need any help, feel free to [open an issue](https://github.com/wdhdev/EasyScript/issues/new/choose). diff --git a/package-lock.json b/package-lock.json index 9b38ba1..2569ead 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "easyscriptjs", - "version": "1.3.2", + "version": "1.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "easyscriptjs", - "version": "1.3.2", + "version": "1.3.3", "license": "MIT", "dependencies": { "nanoid": "^3.3.6" diff --git a/package.json b/package.json index 54cb631..7e1306f 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "easyscriptjs", - "version": "1.3.2", + "version": "1.3.3", "description": "Easy Script is a npm package which makes coding in JavaScript easy!", "main": "src/index.js", "types": "src/index.d.ts", "scripts": {}, "repository": { "type": "git", - "url": "git+https://github.com/EasyScriptJS/EasyScript.git" + "url": "git+https://github.com/wdhdev/EasyScript.git" }, "keywords": [ "backend", @@ -26,12 +26,12 @@ "utility", "uuid" ], - "author": "Easy Script ", + "author": "William Harrison ", "license": "MIT", "bugs": { - "url": "https://github.com/EasyScriptJS/EasyScript/issues" + "url": "https://github.com/wdhdev/EasyScript/issues" }, - "homepage": "https://easyscript.dev", + "homepage": "https://github.com/wdhdev/EasyScript#readme", "dependencies": { "nanoid": "^3.3.6" }