Skip to content

Commit

Permalink
feat: Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidmt committed Sep 2, 2020
1 parent 7dece2f commit 6ea20f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6ea20f3

Please sign in to comment.