Skip to content

Commit def3ad3

Browse files
committed
Update package.json
1 parent d5749a4 commit def3ad3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Diff for: package.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sqomplexity",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Calculate complexity scores for SQL queries based on a weighting system for query components.",
55
"keywords": [
66
"sql",
@@ -19,6 +19,15 @@
1919
"build:pegjs:mysql": "pegjs -o build/pegjs-parser-mysql.cjs parsers/mysql.pegjs",
2020
"build:pegjs:mariadb": "pegjs -o build/pegjs-parser-mariadb.cjs parsers/mariadb.pegjs"
2121
},
22+
"files": [
23+
"@types/",
24+
"build/",
25+
"dist/",
26+
"examples/",
27+
"parsers/",
28+
"src/",
29+
"app.js"
30+
],
2231
"author": "bert-w",
2332
"license": "ISC",
2433
"repository": {

0 commit comments

Comments
 (0)