Skip to content

Commit e1e9f35

Browse files
authored
remove 'assert' as dependency
In node land, it's a builtin module. The 'assert' npm package is to provide compatibility in browser land.
1 parent b5781ce commit e1e9f35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
},
2424
"homepage": "https://github.com/bholloway/adjust-sourcemap-loader",
2525
"dependencies": {
26-
"assert": "1.4.1",
2726
"camelcase": "5.0.0",
2827
"loader-utils": "1.2.3",
2928
"object-path": "0.11.4",

0 commit comments

Comments
 (0)