Skip to content

Commit

Permalink
feat: Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidmt committed Sep 3, 2020
1 parent 5ddc02f commit d31d552
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parser": "babel-eslint",
"root": true,
"extends": [ "@mutant-ws/eslint-config/targets/node" ],
"extends": [ "./node_modules/eslint-config.xyz/targets/node" ],
"settings": {
// Recommended if you use eslint_d
"import/cache": {
Expand Down
14 changes: 7 additions & 7 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,14 +1,14 @@
{
"name": "mxyz",
"name": "m.xyz",
"version": "0.0.1",
"description": "Point free style, functional Javascript library",
"homepage": "https://github.com/andreidmt/mxyz",
"homepage": "https://github.com/andreidmt/m.xyz",
"repository": {
"type": "git",
"url": "git+https://github.com/andreidmt/mxyz.git"
"url": "git+https://github.com/andreidmt/m.xyz.git"
},
"bugs": {
"url": "https://github.com/andreidmt/mxyz/issues"
"url": "https://github.com/andreidmt/m.xyz/issues"
},
"author": {
"name": "Andrei Dumitrescu",
Expand Down Expand Up @@ -47,14 +47,14 @@
"@babel/core": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/register": "^7.11.5",
"@mutant-ws/eslint-config": "^5.11.0",
"babel-eslint": "^10.1.0",
"benchmark": "^2.1.4",
"chi-squared-test": "^1.1.0",
"coveralls": "^3.1.0",
"documentation": "^13.0.2",
"eslint": "^7.8.1",
"eslint-config-prettier": "^6.11.0",
"eslint-config.xyz": "^5.13.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-no-inferred-method-name": "^2.0.0",
Expand Down

0 comments on commit d31d552

Please sign in to comment.