Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
* Dist files updated with release versions.
* Removed obsolete index.html file.
* Updated package.json and bower.json files to take advantage of
features in their respective specs.
  • Loading branch information
justinsa committed Sep 13, 2015
1 parent f7d3e01 commit 8d40270
Show file tree
Hide file tree
Showing 6 changed files with 380 additions and 275 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = function(grunt) {
' * @version v<%= pkg.version %> - <%= grunt.template.today("yyyy-mm-dd") %>\n' +
' * @link <%= pkg.homepage %>\n' +
' * @author <%= pkg.author %>\n' +
' * @contributors <%= pkg.contributors %>\n' +
' * @license MIT License, http://www.opensource.org/licenses/MIT\n' +
' */\n'
},
Expand Down
27 changes: 24 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,35 @@
{
"author": "revolunet",
"authors": [
"Julien Bouquillon <[email protected]> (https://github.com/revolunet)",
"Justin Saunders (https://github.com/justinsa)",
"Chris Esplin (https://github.com/deltaepsilon)",
"Adam Misiorny (https://github.com/adam187)"
],
"name": "angular-google-analytics",
"description": "Easy Analytics for your AngularJS application",
"version": "1.0.0",
"keywords": [
"analytics",
"angular",
"angularjs",
"angular-js",
"google-analytics",
"tracking",
"visitor-tracking",
"universal-analytics"
],
"version": "1.1.0",
"homepage": "https://github.com/revolunet/angular-google-analytics",
"license": [
{
"type": "MIT",
"url": "http://revolunet.mit-license.org"
}
],
"repository": {
"type": "git",
"url": "git://github.com/revolunet/angular-google-analytics.git"
},
"main": "./dist/angular-google-analytics.min.js",
"main": "./dist/angular-google-analytics.js",
"dependencies": {
"angular": ">=1"
},
Expand Down
Loading

0 comments on commit 8d40270

Please sign in to comment.