Skip to content

Commit

Permalink
updating package
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunc committed Feb 12, 2016
1 parent d769d8f commit 44c64f5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,3 +1,8 @@
0.0.4 / 2016-02-11
==================

* Updating package

0.0.3 / 2013-10-05
==================

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions 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 <tarunc92@gmail.com>",
"author": "Tarun Chaudhry <opensource@chaudhry.co>",
"repository": { "type": "git", "url": "git://github.com/tarunc/createSingleton.git" },
"dependencies": {},
"devDependencies": {},
"main": "index"
"main": "index.js",
"license": "MIT"
}

0 comments on commit 44c64f5

Please sign in to comment.