diff --git a/History.md b/History.md index 32eafc6..2849a47 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +0.0.4 / 2016-02-11 +================== + + * Updating package + 0.0.3 / 2013-10-05 ================== diff --git a/LICENSE.md b/LICENSE.md index 0bf7cd0..3d62816 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # The MIT License (MIT) -Copyright (c) 2013 Tarun Chaudhry <tarunc92@gmail.com> +Copyright (c) 2013-2016 Tarun Chaudhry <opensource@chaudhry.co> 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/Readme.md b/Readme.md index a113992..91bf555 100644 --- a/Readme.md +++ b/Readme.md @@ -95,7 +95,7 @@ var myInstance2 = new mySingleton(); (The MIT License) -Copyright (c) 2013 Tarun Chaudhry <tarunc92@gmail.com> +Copyright (c) 2013-2016 Tarun Chaudhry <opensource@chaudhry.co> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/package.json b/package.json index f90d14f..6384dad 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,12 @@ { "name": "create-singleton", - "version": "0.0.3", + "version": "0.0.4", "description": "An abstracted-away best practice way to construct singletons", "keywords": ["singleton", "best-practice", "abstraction"], - "author": "Tarun Chaudhry ", + "author": "Tarun Chaudhry ", "repository": { "type": "git", "url": "git://github.com/tarunc/createSingleton.git" }, "dependencies": {}, "devDependencies": {}, - "main": "index" + "main": "index.js", + "license": "MIT" }