Skip to content

Commit 285df17

Browse files
committed
added bundle-me in package.json
1 parent b3e0e28 commit 285df17

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lasso-analyzer",
3-
"version": "1.1.9",
3+
"version": "1.1.10",
44
"description": "A tool to analyze the bundle created by Lasso",
55
"main": "src/lasso-analyzer-plugin.js",
66
"bin": {
@@ -12,7 +12,8 @@
1212
"jshint": "jshint"
1313
},
1414
"dependencies": {
15-
"lasso-unpack": "1.0.2"
15+
"lasso-unpack": "1.0.2",
16+
"bundle-me": "~1.0.0"
1617
},
1718
"repository": {
1819
"type": "git",

0 commit comments

Comments
 (0)