Skip to content

Commit 2435834

Browse files
author
Null McNull
committed
v0.0.10 bower main fix
1 parent 3d29b20 commit 2435834

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.idea/modules.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-block-ui",
33
"description": "An AngularJS module that allows you to block user interaction on AJAX requests.",
4-
"version": "0.0.9",
4+
"version": "0.0.10",
55
"keywords": [
66
"angular",
77
"angularjs",
@@ -29,7 +29,7 @@
2929
],
3030
"main": [
3131
"dist/angular-block-ui.js",
32-
"dist/angular-block-ui/angular-block-ui.css"
32+
"dist/angular-block-ui.css"
3333
],
3434
"dependencies": {
3535
"angular": "~1.2.21"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-block-ui",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "An AngularJS module that allows you to block user interaction on AJAX requests.",
55
"homepage": "https://github.com/McNull/angular-block-ui",
66
"main": "gulp",

0 commit comments

Comments
 (0)