[Pkg-javascript-commits] [node-lazy-property] 01/03: New upstream version 1.0.0
Saravanan Palanisamy
saravanan30erd-guest at moszumanska.debian.org
Mon Jul 17 16:24:12 UTC 2017
This is an automated email from the git hooks/post-receive script.
saravanan30erd-guest pushed a commit to branch master
in repository node-lazy-property.
commit 315ccb4fed6f264cb19e121a564c85ab530ac320
Author: saravanan30erd <saravanan30erd at gmail.com>
Date: Mon Jul 17 11:25:09 2017 -0400
New upstream version 1.0.0
---
.gitignore | 3 ++-
component.json | 7 +++++++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 0d1b0b0..b48424c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,4 +12,5 @@ logs
results
npm-debug.log
-node_modules/*
\ No newline at end of file
+node_modules/*
+build/*
diff --git a/component.json b/component.json
new file mode 100644
index 0000000..142938e
--- /dev/null
+++ b/component.json
@@ -0,0 +1,7 @@
+{
+ "name": "lazy-property",
+ "version": "0.0.2",
+ "description": "Lazily initialized properties for objects",
+ "main": "lazyProperty.js",
+ "scripts": ["lazyProperty.js"]
+}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-lazy-property.git
More information about the Pkg-javascript-commits
mailing list