Skip to content

Commit

Permalink
Merge pull request #51 from GeekFiftyFive/do-not-publish-source-maps
Browse files Browse the repository at this point in the history
Do not publish source maps to npm
  • Loading branch information
GeekFiftyFive committed Mar 26, 2024
2 parents 139d3d7 + 37cff71 commit 84c01b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,5 @@ dist

# TernJS port file
.tern-port

.DS_Store
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sunda",
"version": "0.19.2",
"version": "0.19.3",
"description": "Tool to query JSON input using SQL style syntax",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -41,7 +41,8 @@
},
"bin": "./dist/cli.js",
"files": [
"/dist"
"/dist/**/*.d.ts",
"/dist/**/*.js"
],
"keywords": [
"sql",
Expand Down

0 comments on commit 84c01b5

Please sign in to comment.