From 3ad3f3e97324c8d86352d91f8498111e61b1d04d Mon Sep 17 00:00:00 2001 From: Duncan Graham Walker Date: Tue, 2 Jun 2015 22:08:11 -0400 Subject: [PATCH] tmp/ added to .npmignore with version bump --- .npmignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 694de3a..4d61d23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-easy-form-extensions", - "version": "0.2.5", + "version": "0.2.6", "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",