diff --git a/.npmignore b/.npmignore index 0533b91..a28e4ab 100644 --- a/.npmignore +++ b/.npmignore @@ -1,5 +1,6 @@ bower_components/ tests/ +tmp/ .bowerrc .editorconfig diff --git a/package.json b/package.json index 8e64d08..a1e1d5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-easy-form-extensions", - "version": "0.2.10", + "version": "0.2.11", "description": "Extends Ember EasyForm into the view and controller layers of your Ember CLI app to provide easy event and action handling using mixins and components.", "directories": { "doc": "doc",