fix(core): update

This commit is contained in:
2018-10-06 17:35:26 +02:00
parent 665bcba84e
commit da421e29be
6 changed files with 55 additions and 57 deletions

View File

@@ -1,14 +1,16 @@
{
"name": "smartpdf",
"name": "@pushrocks/smartpdf",
"version": "1.0.1",
"private": false,
"description": "create pdfs on the fly",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "tstest test/",
"format": "(gitzone format)"
"test": "(tstest test/)",
"format": "(gitzone format)",
"build": "(tsbuild)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
@@ -21,10 +23,10 @@
"@pushrocks/smartfile": "^6.0.8",
"@pushrocks/smartnetwork": "^1.1.0",
"@pushrocks/smartpromise": "^2.0.5",
"@pushrocks/smartunique": "^3.0.1",
"@types/express": "^4.16.0",
"@types/puppeteer": "^1.8.0",
"@types/puppeteer": "^1.9.0",
"express": "^4.16.3",
"puppeteer": "^1.8.0",
"smartunique": "^2.0.0"
"puppeteer": "^1.9.0"
}
}