Skip to content

Commit f325eca

Browse files
removed duplicate style property from package.json
1 parent 6b4c469 commit f325eca

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-loading-bar",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "An automatic loading bar for AngularJS",
55
"main": "index.js",
66
"style": "build/loading-bar.css",
@@ -38,6 +38,5 @@
3838
"grunt-contrib-cssmin": "~0.12.0",
3939
"grunt-karma": "~0.11.0",
4040
"grunt-contrib-concat": "^0.5.0"
41-
},
42-
"style" : "build/loading-bar.css"
41+
}
4342
}

0 commit comments

Comments
 (0)