Skip to content

Commit a4a3bc0

Browse files
authored
Merge pull request #66 from Software-Developers-IRL/f/lastlink2
tweak export
2 parents 94cd726 + 385a092 commit a4a3bc0

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,4 @@ samples/*/*.sql
111111
junit.xml
112112
*.bak
113113
output-*.sql
114+
funktechno-little-mermaid-2-the-sql-0.0.4-5*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@funktechno/little-mermaid-2-the-sql",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "",
55
"main": "./lib/index.js",
66
"engines": {

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
5. test package
2525
* update .npmignore
2626
* run `npm pack` unzip contents and verify, node_modules are not required b/c they will be installed with package.json
27+
* `npm unpublish @funktechno/little-mermaid-2-the-sql@0.0.5` can only work within 1 week of publish, not very useful b/c not possible to republish an unpublished version
2728

2829
### Technologies
2930
* [esLint](https://eslint.org/)

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"outDir": "./lib", /* Specify an output folder for all emitted files. */
5656
// "removeComments": true, /* Disable emitting comments. */
5757
// "noEmit": true, /* Disable emitting files from a compilation. */
58-
"importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
58+
"importHelpers": false, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
5959
// "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types. */
6060
// "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */
6161
// "sourceRoot": "", /* Specify the root path for debuggers to find the reference source code. */

0 commit comments

Comments
 (0)