Skip to content

Commit edd50c4

Browse files
committed
update not ignore in npm *.d.ts
Upgrade v.0.0.7
1 parent f86f0f8 commit edd50c4

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.npmignore

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
node_modules
33
.vscode
44
*.log
5-
*.ts
65
*.ignorenpm
76
tsconfig.json
8-
showcase
7+
showcase
8+
9+
# ignore the .ts files
10+
*.ts
11+
12+
# include the .d.ts files
13+
!*.d.ts

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda-expression",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Utility to analyze function (js) and arrow functions (ts), and create metadata of expressions, the initial scope is that it seeks to solve simple expressions. And later advance to encompass complex expressions.",
55
"main": "./src/main.js",
66
"types": "./src/main.d.ts",

0 commit comments

Comments
 (0)