@datkt/konanc-config
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -0,1 +1,6 @@ | ||
<a name="4.0.1"></a> | ||
## [4.0.1](https://github.com/datkt/konanc-config/compare/4.0.0...4.0.1) (2018-11-05) | ||
<a name="4.0.0"></a> | ||
@@ -2,0 +7,0 @@ # [4.0.0](https://github.com/datkt/konanc-config/compare/3.2.1...4.0.0) (2018-11-05) |
{ | ||
"name": "@datkt/konanc-config", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Command line utility to read '*.kc' konanc config files to print compiler flags", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -46,3 +46,3 @@ konanc-config | ||
cflags[] = -opt | ||
repo[] = "${__dirname}/node_modules/@datkt" | ||
repo[] = "node_modules/@datkt" | ||
``` | ||
@@ -80,3 +80,3 @@ | ||
```ini | ||
repo = "${__dirname}/node_modules/@datkt/sodium" | ||
repo = "node_modules/@datkt/sodium" | ||
``` | ||
@@ -87,4 +87,4 @@ | ||
```ini | ||
repo[] = "${__dirname}/node_modules/@datkt/sodium" | ||
repo[] = "${__dirname}/node_modules/@datkt/tape" | ||
repo[] = "node_modules/@datkt/sodium" | ||
repo[] = "node_modules/@datkt/tape" | ||
``` | ||
@@ -91,0 +91,0 @@ |
15470