Skip to content

Commit

Permalink
Merge pull request #692 from fcollonval/maintenance/add-src
Browse files Browse the repository at this point in the history
Add src for sourcemap
  • Loading branch information
vidartf authored Sep 27, 2023
2 parents 2db03bc + 193ffcd commit e6d2e28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/labextension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"lib/*.js.map",
"lib/*.d.ts",
"style/*.css",
"schema/*.json"
"schema/*.json",
"src/*.ts"
],
"style": "style/index.css",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/nbdime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"directories": {
"lib": "lib/"
},
"files": [
"lib/**/*.{js,js.map,d.ts}",
"src/**/*.ts"
],
"scripts": {
"build": "tsc --project . && node scripts/copy-files.js",
"build:dev": "tsc --project .",
Expand Down

0 comments on commit e6d2e28

Please sign in to comment.