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

chore(pkg): fix main

parent 5d8216cf
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
"name": "dcc-js", "name": "dcc-js",
"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/index.js", "main": "dist/src/DigitalCalibrationCertificate.js",
"types": "dist/index.d.ts", "types": "dist/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