Skip to content

Commit

Permalink
🐛 [bug]修改index.js名称为azer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lanjingling0510 committed May 18, 2017
1 parent b87264f commit beda8c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "bundle-compare-analyzer",
"version": "1.0.7",
"description": "Analyze the size of multiple git versions of the bundle.",
"main": "./lib/index.js",
"main": "./lib/azer.js",
"bin": {
"azer": "./lib/index.js"
"azer": "./lib/azer.js"
},
"scripts": {
"clean": "rm -rf ./lib",
Expand Down Expand Up @@ -55,4 +55,4 @@
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11"
}
}
}
File renamed without changes.

0 comments on commit beda8c2

Please sign in to comment.