From fa297b44a736c83885ed6c00caec7686eec0db6d Mon Sep 17 00:00:00 2001 From: hlaaftana <10591326+hlaaftana@users.noreply.github.com> Date: Thu, 11 Feb 2021 00:26:14 +0300 Subject: [PATCH] Rename defines to assigns --- packages.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index 98f0a05..70ff81c 100644 --- a/packages.json +++ b/packages.json @@ -20693,7 +20693,11 @@ }, { "name": "defines", - "url": "https://github.com/hlaaftana/defines", + "alias": "assigns" + }, + { + "name": "assigns", + "url": "https://github.com/hlaaftana/assigns", "method": "git", "tags": [ "sugar", @@ -20701,9 +20705,9 @@ "unpacking", "assignment" ], - "description": "syntax sugar for local definitions", + "description": "syntax sugar for assignments", "license": "MIT", - "web": "https://hlaaftana.github.io/defines/defines.html" + "web": "https://hlaaftana.github.io/assigns/assigns.html" }, { "name": "nimics",