Skip to content

Commit

Permalink
Package .js.map files
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Nov 9, 2022
1 parent d0b334d commit 291742f
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
3 changes: 2 additions & 1 deletion engines/config-query-sparql-versioning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"components",
"config",
"lib/**/*.d.ts",
"lib/**/*.js"
"lib/**/*.js",
"lib/**/*.js.map"
],
"scripts": {
"build": "npm run build:ts && npm run build:components",
Expand Down
2 changes: 2 additions & 0 deletions engines/query-sparql-ostrich/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@
"config",
"bin/**/*.d.ts",
"bin/**/*.js",
"bin/**/*.js.map",
"lib/**/*.d.ts",
"lib/**/*.js",
"lib/**/*.js.map",
"engine-default.js"
],
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"files": [
"components",
"lib/**/*.d.ts",
"lib/**/*.js"
"lib/**/*.js",
"lib/**/*.js.map"
],
"dependencies": {
"@comunica/core": "^2.4.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/actor-rdf-resolve-quad-pattern-ostrich/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"files": [
"components",
"lib/**/*.d.ts",
"lib/**/*.js"
"lib/**/*.js",
"lib/**/*.js.map"
],
"dependencies": {
"@comunica/core": "^2.4.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/context-entries-versioning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"files": [
"components",
"lib/**/*.d.ts",
"lib/**/*.js"
"lib/**/*.js",
"lib/**/*.js.map"
],
"dependencies": {
"@comunica/core": "^2.2.0",
Expand Down
4 changes: 3 additions & 1 deletion packages/types-versioning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@
"components",
"lib/**/*.d.ts",
"lib/**/*.js",
"lib/**/*.js.map",
"bin/**/*.d.ts",
"bin/**/*.js"
"bin/**/*.js",
"bin/**/*.js.map"
],
"scripts": {
"build": "npm run build:ts && npm run build:components",
Expand Down

0 comments on commit 291742f

Please sign in to comment.