Comparing version 0.0.16 to 0.0.17
{ | ||
"author": "PdFactory", | ||
"name": "pdfactory", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"type": "module", | ||
@@ -9,7 +9,7 @@ "files": [ | ||
], | ||
"types": "./dist/main.d.ts", | ||
"types": "./dist/pdfactory.d.ts", | ||
"main": "./dist/pdfactory.umd.cjs", | ||
"exports": { | ||
".": { | ||
"types": "./dist/main.d.ts", | ||
"types": "./dist/pdfactory.d.ts", | ||
"require": "./dist/pdfactory.umd.cjs" | ||
@@ -22,3 +22,4 @@ } | ||
"dev:watch": "rimraf ./dist && npx rollup --config ./config/rollup.config.js --watch", | ||
"test-build": "node ./test/testBuild.js" | ||
"test-build": "node ./test/testBuild.js", | ||
"publish": "yarn dist && npm publish" | ||
}, | ||
@@ -25,0 +26,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
4158