diff --git a/bower.json b/bower.json deleted file mode 100644 index 4272b83..0000000 --- a/bower.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "angular-spinner", - "description": "Angular directive to show an animated spinner (using spin.js)", - "main": "./dist/angular-spinner.min.js", - "author": "Uri Shaked", - "license": "MIT", - "homepage": "https://github.com/urish/angular-spinner", - "ignore": [ - "webpack.config.js", - "webpack.production.config.js", - "tsconfig.json", - "src", - "test", - "Examples", - ".history", - ".vscode", - "coverage", - "node_modules" - ], - "dependencies": { - "spin.js": "2.3.2" - }, - "repository": { - "type": "git", - "url": "git://github.com/urish/angular-spinner.git" - } -} diff --git a/package.json b/package.json index 0e6f1c1..c6fefff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-spinner", - "version": "1.0.0", + "version": "1.0.1", "repository": { "type": "git", "url": "http://github.com/urish/angular-spinner.git"