Skip to content

Commit e55e062

Browse files
committed
Revert "ie8 bugfix"
This reverts commit 093921c.
1 parent 093921c commit e55e062

File tree

4 files changed

+689
-40
lines changed

4 files changed

+689
-40
lines changed

bower.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "jspdf",
3+
"version": "1.0.272",
4+
"homepage": "https://github.com/mrrio/jspdf",
5+
"description": "PDF Document creation from JavaScript",
6+
"main": "dist/jspdf.min.js",
7+
"moduleType": [
8+
"amd",
9+
"globals"
10+
],
11+
"keywords": [
12+
"pdf"
13+
],
14+
"license": "MIT",
15+
"ignore": [
16+
"**/.*",
17+
"libs",
18+
"CNAME",
19+
"jspdf.js",
20+
"jspdf.PLUGINTEMPLATE.js",
21+
"jspdf.plugin.*",
22+
"todo.txt",
23+
"wscript.py",
24+
"build.sh",
25+
"test",
26+
"tools"
27+
]
28+
}

0 commit comments

Comments
 (0)