Skip to content
This repository has been archived by the owner on Dec 12, 2017. It is now read-only.

Commit

Permalink
更新 bower.json 里的 ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lmk123 committed Sep 6, 2015
1 parent d57f007 commit c31b385
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"main" : "./release/chrome-storage.js" ,
"description" : "A tiny wrapper for chrome.storage that using Promise." ,
"ignore" : [
"src" ,
"package.json" ,
"gulpfile.js"
"**/*" ,
"!release/*",
"!README.md"
] ,
"moduleType" : [
"amd" ,
Expand Down

0 comments on commit c31b385

Please sign in to comment.