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 fbee493..3c4119f 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "user-settings", - "version": "0.2.0", + "version": "0.2.1", "description": "Simple user settings management", - "main": "dots.js", + "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "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" }