Skip to content

Commit

Permalink
removed duplicate style property from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chieffancypants committed Mar 16, 2016
1 parent 6b4c469 commit f325eca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "angular-loading-bar",
"version": "0.8.0",
"version": "0.9.0",
"description": "An automatic loading bar for AngularJS",
"main": "index.js",
"style": "build/loading-bar.css",
Expand Down Expand Up @@ -38,6 +38,5 @@
"grunt-contrib-cssmin": "~0.12.0",
"grunt-karma": "~0.11.0",
"grunt-contrib-concat": "^0.5.0"
},
"style" : "build/loading-bar.css"
}
}

0 comments on commit f325eca

Please sign in to comment.