Skip to content

Commit

Permalink
fix package.main, add package.types for typescript projects
Browse files Browse the repository at this point in the history
  • Loading branch information
genaromadrid committed Dec 10, 2019
1 parent 9fcd88d commit 4af94c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "xml-fiesta",
"version": "1.2.0",
"description": "Electronic signed document XML Protocol for Node & Browser",
"main": "src",
"main": "./lib/xml-fiesta.js",
"types": "./lib/xml-fiesta.d.ts",
"scripts": {
"test": "grunt test",
"coverage": "nyc npm test",
Expand Down

0 comments on commit 4af94c6

Please sign in to comment.