fix(core): update
This commit is contained in:
14
package.json
14
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user