File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ module.exports = config => {
1313 files : [
1414 'dist/htmlparser2.js' ,
1515 'lib/**/*.js' ,
16+ 'node_modules/domelementtype/**/*.js' ,
17+ 'node_modules/domelementtype/**/*.json' ,
1618 'node_modules/domhandler/lib/node.js' ,
1719 'test/cases/html.js' ,
1820 'test/client/*.js' ,
@@ -27,6 +29,8 @@ module.exports = config => {
2729 preprocessors : {
2830 'dist/**/*.js' : [ 'commonjs' ] ,
2931 'lib/**/*.js' : [ 'commonjs' ] ,
32+ 'node_modules/domelementtype/**/*.js' : [ 'commonjs' ] ,
33+ 'node_modules/domelementtype/**/*.json' : [ 'commonjs' ] ,
3034 'node_modules/domhandler/lib/node.js' : [ 'commonjs' ] ,
3135 'test/**/*.js' : [ 'commonjs' ]
3236 } ,
Original file line number Diff line number Diff line change 3636 " pojo"
3737 ],
3838 "dependencies" : {
39- "domhandler" : " 4.0 .0" ,
39+ "domhandler" : " 4.2 .0" ,
4040 "htmlparser2" : " 6.1.0"
4141 },
4242 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments