diff --git a/MIT-LICENSE.txt b/MIT-LICENSE.txt index bc57aac..7f826ca 100644 --- a/MIT-LICENSE.txt +++ b/MIT-LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) Nikita Vasilyev +Copyright (c) Nikita Vasilyev (modifications by Andreas Schmidt) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..013bb2a --- /dev/null +++ b/bower.json @@ -0,0 +1,21 @@ +{ + "name": "objectDiff-enhanced", + "main": "objectDiff.js", + "version": "1.1.1", + "homepage": "https://github.com/Darneas/objectDiff.js", + "authors": [ + "Andreas Schmidt " + ], + "description": "\"Methods for calculating diff on JavaScript objects.\"", + "moduleType": [ + "node" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} diff --git a/index.html b/index.html index b2834f3..edaa25f 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@ -objectDiff.js on GitHub +objectDiff.js on GitHub