From b0c055c778430878e8a12ce14389c9812fbe9ffc Mon Sep 17 00:00:00 2001 From: Dave Johnson Date: Thu, 8 May 2014 15:08:20 -0700 Subject: [PATCH] Bump to v1.0.1 Updated package name to be lowercase with dashes to match bower/npm standards --- bower.json | 13 +++++++------ package.json | 7 ++++--- svg-injector.js | 4 ++-- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/bower.json b/bower.json index b46e4ed..1c7c2a3 100644 --- a/bower.json +++ b/bower.json @@ -1,22 +1,23 @@ { - "name": "SVGInjector", - "version": "1.0.0", + "name": "svg-injector", + "version": "1.0.1", "homepage": "https://github.com/iconic/SVGInjector", "authors": [ - "Iconic" + "Waybury " ], "description": "Fast, caching, dynamic inline SVG DOM injection library", "main": "svg-injector.js", "moduleType": [ - "node" + "node", + "amd", + "globals" ], "keywords": [ - "SVG", "SVG", "injector", "images", "img", - "htmlk", + "html", "DOM" ], "license": "MIT", diff --git a/package.json b/package.json index 8a34377..73412d6 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,10 @@ { - "name": "SVGInjector", + "name": "svg-injector", "description": "Fast, caching, dynamic inline SVG DOM injection library", - "version": "1.0.0", + "version": "1.0.1", "author": { "name": "Waybury", + "email": "hello@waybury.com", "url": "http://waybury.com/" }, "main": "svg-injector.js", @@ -22,7 +23,7 @@ ], "license": "MIT", "devDependencies": { - "jshint": "^2.4.4", + "jshint": "^2.5.0", "uglify-js": "^2.4.13", "github-changes": "0.0.10" }, diff --git a/svg-injector.js b/svg-injector.js index c72eaa1..ce0c84c 100644 --- a/svg-injector.js +++ b/svg-injector.js @@ -1,6 +1,6 @@ -// svg-injector.js 1.0.0 +// svg-injector.js 1.0.1 // -// Copyright (c) 2014 Waybury +// Copyright (c) 2014 Waybury // SVGInjector may be freely distributed under the MIT license. // // For full details and documentation: