From d5a55359e1133234872231c24c9835f551a63c51 Mon Sep 17 00:00:00 2001 From: Thodoris Greasidis Date: Sun, 7 Jun 2015 18:51:02 +0300 Subject: [PATCH 1/2] chore: add .npmignore to include dist files to npm publish --- .npmignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..0edfe4f --- /dev/null +++ b/.npmignore @@ -0,0 +1,6 @@ +bower_components/ +node_modules/ +coverage/ +junit/ +# dist/ +out/ \ No newline at end of file From b81158d60e757d4df892580379d0ac419902abf1 Mon Sep 17 00:00:00 2001 From: Thodoris Greasidis Date: Sun, 7 Jun 2015 18:53:48 +0300 Subject: [PATCH 2/2] chore: increase version number to v0.13.4 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index ec24431..24ca8da 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-ui-sortable", - "version": "0.13.3", + "version": "0.13.4", "description": "This directive allows you to jQueryUI Sortable.", "author": "https://github.com/angular-ui/ui-sortable/graphs/contributors", "license": "MIT", diff --git a/package.json b/package.json index 101fc42..c191c3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-ui-sortable", - "version": "0.13.3", + "version": "0.13.4", "description": "This directive allows you to jQueryUI Sortable.", "author": "https://github.com/angular-ui/ui-sortable/graphs/contributors", "license": "MIT",