Skip to content

Commit

Permalink
added use of pkginfo package, according to #5
Browse files Browse the repository at this point in the history
  • Loading branch information
drd0rk committed Dec 21, 2011
1 parent 2dbbfd9 commit 5125570
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/strgen.coffee
@@ -1,3 +1,5 @@
pgkinfo = require("pkginfo")(module,"version")

module.exports = class StrGen module.exports = class StrGen


# the length of the generated string # the length of the generated string
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -8,6 +8,7 @@
"url": "git://github.com/drd0rk/strgen/issues/" "url": "git://github.com/drd0rk/strgen/issues/"
}, },
"dependencies": { "dependencies": {
"pkginfo": "0.2.x",
"coffee-script": "1.2.x" "coffee-script": "1.2.x"
}, },
"devDependencies": { "devDependencies": {
Expand Down

0 comments on commit 5125570

Please sign in to comment.