Skip to content

Commit 2c369cd

Browse files
authored
Merge pull request #6008 from plotly/sizeof-v2.6
Ignore stackgl node_modules folder when using `npm pack`
2 parents d45cb08 + ad5b07f commit 2c369cd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.npmignore

+3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ build/*
22
!build/plotcss.js
33
!build/README.md
44

5+
stackgl_modules/node_modules
6+
57
devtools
68
test
9+
draftlogs
710
dist/extras
811

912
circle.yml

draftlogs/6008_fix.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fix to avoid including local stackgl_modules/node_modules in the package (regression introduced in 2.6.0) [[#6008](https://github.com/plotly/plotly.js/pull/6008)]

0 commit comments

Comments
 (0)