diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..871d477 --- /dev/null +++ b/.npmignore @@ -0,0 +1,2 @@ +/* +!/dist/ diff --git a/bower.json b/bower.json index b93521a..5d8693b 100644 --- a/bower.json +++ b/bower.json @@ -7,5 +7,9 @@ "authors": [ "Michael David Barrett " ], - "license": "MIT" + "license": "MIT", + "ignore": [ + "/*", + "!/dist/" + ] }