Skip to content

Commit 1cf2296

Browse files
committed
add source code to match the source maps
source maps pointing to non-existent files aren't good. Instead of embedding source code inside source maps with the option inlineSourceMap, probably, it's better to provide source files, because sometimes devs want to look at source code without switching terminal or search for github repo.
1 parent d74d81d commit 1cf2296

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ coverage/
77
.nvmrc
88
jest.config.js
99
tsconfig.json
10-
src/
1110
**/__tests__/**
1211
**/examples/**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bessonovs/node-http-router",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Extensible http router for node and micro",
55
"keywords": [
66
"router",

0 commit comments

Comments
 (0)