Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
v1.3.3 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev authored Dec 4, 2023
1 parent 640d482 commit 77af2c3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand All @@ -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).
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -26,12 +26,12 @@
"utility",
"uuid"
],
"author": "Easy Script <admin@easyscript.dev>",
"author": "William Harrison <william@williamharrison.dev>",
"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"
}
Expand Down

0 comments on commit 77af2c3

Please sign in to comment.