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

Commit 77af2c3

Browse files
authored
v1.3.3 (#77)
1 parent 640d482 commit 77af2c3

File tree

5 files changed

+12
-13
lines changed

5 files changed

+12
-13
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Easy Script
3+
Copyright (c) 2023 William Harrison
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Deprecated
2-
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.
2+
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.
33

44
---
55

66
# ✨ Easy Script
77
Easy Script is a npm package which makes coding in JavaScript easy!
88

9-
[![Latest Release](https://img.shields.io/github/v/release/easyscriptjs/easyscript?style=for-the-badge)](https://github.com/EasyScriptJS/EasyScript/releases/latest)
9+
[![Latest Release](https://img.shields.io/github/v/release/wdhdev/easyscript?style=for-the-badge)](https://github.com/wdhdev/EasyScript/releases/latest)
1010

1111
## 📊 Installation
1212
You can use any of the commands below to install Easy Script.
@@ -19,7 +19,7 @@ npm install easyscriptjs
1919
yarn add easyscriptjs
2020
```
2121

22-
For more information on how to use Easy Script, the [docs](https://easyscript.dev) will have all the information you need.
22+
For more information on how to use Easy Script, the [docs](https://github.com/wdhdev/EasyScript#deprecated) will have all the information you need.
2323

2424
## 🤔 Why?
2525
- Beginner friendly
@@ -29,4 +29,4 @@ For more information on how to use Easy Script, the [docs](https://easyscript.de
2929
- Simple & understandable documentation
3030

3131
## ❓ Support
32-
If you need any help, feel free to [open an issue](https://github.com/EasyScriptJS/EasyScript/issues/new/choose).
32+
If you need any help, feel free to [open an issue](https://github.com/wdhdev/EasyScript/issues/new/choose).

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "easyscriptjs",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "Easy Script is a npm package which makes coding in JavaScript easy!",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",
77
"scripts": {},
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/EasyScriptJS/EasyScript.git"
10+
"url": "git+https://github.com/wdhdev/EasyScript.git"
1111
},
1212
"keywords": [
1313
"backend",
@@ -26,12 +26,12 @@
2626
"utility",
2727
"uuid"
2828
],
29-
"author": "Easy Script <admin@easyscript.dev>",
29+
"author": "William Harrison <william@williamharrison.dev>",
3030
"license": "MIT",
3131
"bugs": {
32-
"url": "https://github.com/EasyScriptJS/EasyScript/issues"
32+
"url": "https://github.com/wdhdev/EasyScript/issues"
3333
},
34-
"homepage": "https://easyscript.dev",
34+
"homepage": "https://github.com/wdhdev/EasyScript#readme",
3535
"dependencies": {
3636
"nanoid": "^3.3.6"
3737
}

0 commit comments

Comments
 (0)