diff --git a/.npmignore b/.npmignore index e6d0575..b019cbc 100644 --- a/.npmignore +++ b/.npmignore @@ -1,12 +1,9 @@ **/.* -*.md *.iml example -bower_components node_modules -lib -specs -index.js -karma.conf.js +sandbox +test +bower.json Gruntfile.js -package.json \ No newline at end of file +karma.conf.js \ No newline at end of file diff --git a/bower.json b/bower.json index f2716c1..43e231c 100644 --- a/bower.json +++ b/bower.json @@ -23,13 +23,13 @@ "*.md", "*.iml", "example", - "bower_components", - "node_modules", "lib", - "specs", + "node_modules", + "sandbox", + "test", + "Gruntfile.js", "index.js", "karma.conf.js", - "Gruntfile.js", "package.json" ] } \ No newline at end of file