Skip to content

Commit

Permalink
Easier loading from non CoffeeScript projects
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Aug 17, 2011
1 parent 927c5d7 commit 1812f90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions index.js
@@ -0,0 +1,3 @@
// Load CoffeeScript, and the main PDFKit files
require('coffee-script');
module.exports = require('./lib/document');
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "pdfkit",
"description": "A PDF generation library for Node.js",
"keywords": ["pdf", "pdf writer", "pdf generator", "graphics", "document", "vector"],
"version": "0.1.3",
"version": "0.1.4",
"homepage": "http://devongovett.github.com/pdfkit/",
"author": {
"name": "Devon Govett",
Expand All @@ -22,6 +22,5 @@
"coffee-script": ">=1.0.1",
"zlib": ">=1.0.2"
},
"main": "./lib/document.coffee",
"engine": [ "node >= v0.4.0" ]
}

0 comments on commit 1812f90

Please sign in to comment.