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

Release v0.0.6

parent 1b7f0767
No related branches found
No related tags found
No related merge requests found
{ {
"name": "@d-ptb/dcc-js", "name": "@d-ptb/dcc-js",
"version": "0.0.5", "version": "0.0.6",
"author": "Jan Henry Loewe <kontakt@jloewe.net>", "author": "Jan Henry Loewe <kontakt@jloewe.net>",
"main": "dist/main/index.js", "main": "dist/main/index.js",
"typings": "dist/main/index.d.ts", "typings": "dist/main/index.d.ts",
......
...@@ -5,7 +5,10 @@ ...@@ -5,7 +5,10 @@
"incremental": true, "incremental": true,
"target": "es2017", "target": "es2017",
"outDir": "dist/main", "outDir": "dist/main",
"rootDir": ".", "rootDirs": [
"src",
"tests"
],
"moduleResolution": "node", "moduleResolution": "node",
"module": "commonjs", "module": "commonjs",
"declaration": true, "declaration": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment