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 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",