From 5834ae6f3e0c70a169773658d5ff944cd0a8e68c Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Tue, 6 Oct 2015 16:05:31 -0400 Subject: [PATCH] adjust bower.json and package.json for new misc files --- bower.json | 7 ++++--- package.json | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/bower.json b/bower.json index fc4c05e8d2..ccda509704 100644 --- a/bower.json +++ b/bower.json @@ -46,8 +46,9 @@ "*", "**/.*", "!/dist/**", - "!/changelog.*", - "!/license.*", - "!/readme.*" + "!/README.*", + "!/LICENSE.*", + "!/CHANGELOG.*", + "!/CONTRIBUTING.*" ] } diff --git a/package.json b/package.json index 371b346388..96a8ea0712 100644 --- a/package.json +++ b/package.json @@ -52,8 +52,9 @@ "dist/*.js", "dist/*.css", "dist/lang", - "changelog.*", - "license.*", - "readme.*" + "README.*", + "LICENSE.*", + "CHANGELOG.*", + "CONTRIBUTING.*" ] }