version bump 1.0.2 [ci skip]

This commit is contained in:
SheetJS 2017-07-04 03:49:36 -04:00
parent ed55a202b3
commit 045b316b67

View File

@ -1,6 +1,6 @@
{
"name": "printj",
"version": "1.0.1",
"version": "1.0.2",
"author": "sheetjs",
"description": "Pure-JS printf",
"keywords": [ "printf", "sprintf", "format", "string" ],
@ -29,7 +29,7 @@
}
},
"homepage": "http://sheetjs.com/opensource",
"files": ["printj.js", "bin/printj.njs", "LICENSE", "README.md", "dist/*.js", "dist/*.map", "dist/LICENSE"],
"files": ["printj.js", "bin/printj.njs", "LICENSE", "README.md", "dist/*.js", "dist/*.map", "dist/LICENSE", "types/index.d.ts", "types/*.json"],
"bugs": { "url": "https://github.com/SheetJS/printj/issues" },
"license": "Apache-2.0",
"engines": { "node": ">=0.8" }