Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit 7882551

Browse files
committed
Updated license.
1 parent 412761b commit 7882551

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Composi
3+
Copyright (c) 2019 Composi
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@composi/merge-objects",
33
"description": "Function to merge objects together. Can take one to many object. If only one object is used, it is cloned. merge does deep cloning of objects.",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"main": "src/index.js",
66
"scripts": {
77
"checkjs": "tsc --allowJs --checkJs --noEmit --moduleResolution node --target ES6 src/*.js",

0 commit comments

Comments
 (0)