Skip to content

Commit 1359ba7

Browse files
committed
Release v1.0.1
1 parent f7d9f8a commit 1359ba7

File tree

7 files changed

+13
-9
lines changed

7 files changed

+13
-9
lines changed

coverage/clover.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<coverage generated="1600742725682" clover="3.2.0">
3-
<project timestamp="1600742725682" name="All files">
2+
<coverage generated="1600918988045" clover="3.2.0">
3+
<project timestamp="1600918988045" name="All files">
44
<metrics statements="106" coveredstatements="106" conditionals="47" coveredconditionals="46" methods="30" coveredmethods="27" elements="183" coveredelements="179" complexity="0" loc="106" ncloc="106" packages="2" files="2" classes="2"/>
55
<package name="__tests__">
66
<metrics statements="15" coveredstatements="15" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>

coverage/lcov-report/__tests__/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h1><a href="../index.html">All files</a> __tests__</h1>
9595
<div class='footer quiet pad2 space-top1 center small'>
9696
Code coverage generated by
9797
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
98-
at Mon Sep 21 2020 22:45:25 GMT-0400 (Eastern Daylight Time)
98+
at Wed Sep 23 2020 23:43:08 GMT-0400 (Eastern Daylight Time)
9999
</div>
100100
</div>
101101
<script src="../prettify.js"></script>

coverage/lcov-report/__tests__/prompt.data.ts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">__tests__</a> p
406406
<div class='footer quiet pad2 space-top1 center small'>
407407
Code coverage generated by
408408
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
409-
at Mon Sep 21 2020 22:45:25 GMT-0400 (Eastern Daylight Time)
409+
at Wed Sep 23 2020 23:43:08 GMT-0400 (Eastern Daylight Time)
410410
</div>
411411
</div>
412412
<script src="../prettify.js"></script>

coverage/lcov-report/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h1>All files</h1>
110110
<div class='footer quiet pad2 space-top1 center small'>
111111
Code coverage generated by
112112
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
113-
at Mon Sep 21 2020 22:45:25 GMT-0400 (Eastern Daylight Time)
113+
at Wed Sep 23 2020 23:43:08 GMT-0400 (Eastern Daylight Time)
114114
</div>
115115
</div>
116116
<script src="prettify.js"></script>

coverage/lcov-report/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h1><a href="../index.html">All files</a> src</h1>
9595
<div class='footer quiet pad2 space-top1 center small'>
9696
Code coverage generated by
9797
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
98-
at Mon Sep 21 2020 22:45:25 GMT-0400 (Eastern Daylight Time)
98+
at Wed Sep 23 2020 23:43:08 GMT-0400 (Eastern Daylight Time)
9999
</div>
100100
</div>
101101
<script src="../prettify.js"></script>

coverage/lcov-report/src/prompter.ts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">src</a> prompte
985985
<div class='footer quiet pad2 space-top1 center small'>
986986
Code coverage generated by
987987
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
988-
at Mon Sep 21 2020 22:45:25 GMT-0400 (Eastern Daylight Time)
988+
at Wed Sep 23 2020 23:43:08 GMT-0400 (Eastern Daylight Time)
989989
</div>
990990
</div>
991991
<script src="../prettify.js"></script>

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
"module": "./dist/esm/index.js",
1313
"files": [
1414
"./dist",
15+
"./src",
16+
"./examples",
1517
"README.md"
1618
],
1719
"scripts": {
@@ -24,7 +26,7 @@
2426
"clean:examples": "rm -rf ./dist-examples/*",
2527
"build": "npm run clean && npm run build:common && npm run build:esm",
2628
"exec": "node --experimental-modules --es-module-specifier-resolution=node ./dist-examples/examples/index.js",
27-
"prepublishOnly": "npm run build"
29+
"prepublishOnly": "npm run clean && npm run test && npm run build"
2830
},
2931
"repository": {
3032
"type": "git",
@@ -35,7 +37,9 @@
3537
"prompt",
3638
"stdin",
3739
"readline",
38-
"module"
40+
"module",
41+
"reductive promise chaining",
42+
"recursive promise chaining"
3943
],
4044
"author": "SimplyAppDevs",
4145
"license": "GPL-3.0",

0 commit comments

Comments
 (0)