From 139e981ea1f84182d5a3b2c98a38fbcc8ba80850 Mon Sep 17 00:00:00 2001 From: John Valai Date: Mon, 9 Aug 2021 14:10:21 +0200 Subject: [PATCH 1/2] Update package.json Fixes Invalid 'main' field in 'package.json' --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fbee493..5e6787b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "user-settings", "version": "0.2.0", "description": "Simple user settings management", - "main": "dots.js", + "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, From abcfa799c7c99de7f62df1dd46136d9c6c2fa299 Mon Sep 17 00:00:00 2001 From: John Valai Date: Sun, 9 Jan 2022 04:40:41 +0100 Subject: [PATCH 2/2] Update license, bumped version --- LICENSE | 2 +- package.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index a60e2d7..0417acd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014 Bruno Daniel +Copyright (c) 2022 John Valai Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 5e6787b..3c4119f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "user-settings", - "version": "0.2.0", + "version": "0.2.1", "description": "Simple user settings management", "main": "index.js", "scripts": { @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/rev087/user-settings" + "url": "git://github.com/jv-k/user-settings" }, "keywords": [ "settings", @@ -16,10 +16,10 @@ "user-settings", "dotfile" ], - "author": "Bruno Daniel", + "author": "John Valai", "license": "MIT", "bugs": { - "url": "https://github.com/rev087/user-settings/issues" + "url": "https://github.com/jv-k/user-settings/issues" }, - "homepage": "https://github.com/rev087/user-settings" + "homepage": "https://github.com/jv-k/user-settings" }