Skip to content

Commit 244f53c

Browse files
committed
Include sourcemaps in npm package
1 parent 8b5f596 commit 244f53c

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
@@ -12,4 +12,3 @@ CONTRIBUTING.md
1212
*.tgz
1313
dist/examples-umd.d.ts
1414
tsconfig.json
15-
*.js.map

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-bootstrap-range-slider",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "A range slider component with tooltips for React Bootstrap that extends the HTML input (type=range) element.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)