Skip to content

Commit

Permalink
se corrigio nombre de modulo principal
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielmendez committed Nov 30, 2019
1 parent 12de5ae commit 7434fe3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "node-fpdf",
"version": "1.0.1",
"version": "1.0.2",
"description": "port de la libreria de FPDF de PHP",
"main": "fpdf.js",
"main": "index.js",
"directories": {
"test": "test"
},
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const FPDF = require('../fpdf')
const FPDF = require('..')

const Doc = new FPDF('P',"mm","A4")
Doc.AddFont('courier')
Expand Down

0 comments on commit 7434fe3

Please sign in to comment.