diff --git a/bower.json b/bower.json index 8813ac8..521ab20 100644 --- a/bower.json +++ b/bower.json @@ -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" ,