From ab46409a58ed1a29edfafa9ad39faeeebbc007fc Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Sat, 19 Oct 2019 14:06:32 +0200 Subject: [PATCH] 2.0.0 --- license | 2 +- package.json | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/license b/license index 527cbd8..9d340ba 100644 --- a/license +++ b/license @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016-2018 Michael Mayer +Copyright (c) Michael Mayer 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 2aed02c..6282c01 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,12 @@ { "name": "merge-options", - "version": "1.0.1", + "version": "2.0.0", "description": "Merge Option Objects", "license": "MIT", "repository": "schnittstabil/merge-options", "author": { "name": "Michael Mayer", - "email": "michael@schnittstabil.de", - "url": "schnittstabil.de" + "email": "michael@schnittstabil.de" }, "engines": { "node": ">=8"