From 6ea20f3d80904f4f3b1ba16711acf08875c752e6 Mon Sep 17 00:00:00 2001 From: Andrei Dumitrescu <5057797+andreidcm@users.noreply.github.com> Date: Wed, 2 Sep 2020 09:56:19 +0200 Subject: [PATCH] feat: Rename --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5f08d6c..a324c6c 100644 --- a/package.json +++ b/package.json @@ -1,21 +1,21 @@ { - "name": "@asd14/m", + "name": "mxyz", "version": "0.0.1", "description": "Point free style, functional Javascript library", - "homepage": "https://github.com/asd14-xyz/m", + "homepage": "https://github.com/andreidmt/mxyz", "repository": { "type": "git", - "url": "git+https://github.com/asd14-xyz/m.git" + "url": "git+https://github.com/andreidmt/mxyz.git" }, "bugs": { - "url": "https://github.com/asd14-xyz/m/issues" + "url": "https://github.com/andreidmt/mxyz/issues" }, "author": { "name": "Andrei Dumitrescu", "url": "https://github.com/andreidmt" }, "main": "dist/index.js", - "license": "BSD-3-Clause", + "license": "MIT", "scripts": { "----UTIL": "", "setup": "rm -rf ./node_modules && npm i && npm audit fix",