Skip to content
Snippets Groups Projects
Verified Commit fdee6417 authored by Jan Loewe's avatar Jan Loewe :speech_balloon:
Browse files

chore(pkg): fix module

parent bb57ea3f
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
"version": "0.0.2", "version": "0.0.2",
"author": "Jan Henry Loewe <kontakt@jloewe.net>", "author": "Jan Henry Loewe <kontakt@jloewe.net>",
"main": "dist/src/DigitalCalibrationCertificate.js", "main": "dist/src/DigitalCalibrationCertificate.js",
"types": "dist/DigitalCalibrationCertificate.d.ts", "module": "dist/src/DigitalCalibrationCertificate.js",
"types": "dist/src/DigitalCalibrationCertificate.d.ts",
"scripts": { "scripts": {
"test": "mocha -r ts-node/register tests/**/*.test.ts", "test": "mocha -r ts-node/register tests/**/*.test.ts",
"testWithCoverage": "nyc -r lcov -e .ts -x \"*.test.ts\" mocha -r ts-node/register tests/**/*.test.ts && nyc report", "testWithCoverage": "nyc -r lcov -e .ts -x \"*.test.ts\" mocha -r ts-node/register tests/**/*.test.ts && nyc report",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment