Skip to content

Commit

Permalink
Bump to v1.0.1
Browse files Browse the repository at this point in the history
Updated package name to be lowercase with dashes to match bower/npm standards
  • Loading branch information
protodave committed May 8, 2014
1 parent 3d1fd97 commit b0c055c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
13 changes: 7 additions & 6 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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 <hello@waybury.com>"
],
"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",
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions svg-injector.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// svg-injector.js 1.0.0
// svg-injector.js 1.0.1
//
// Copyright (c) 2014 Waybury
// Copyright (c) 2014 Waybury <hello@waybury.com>
// SVGInjector may be freely distributed under the MIT license.
//
// For full details and documentation:
Expand Down

0 comments on commit b0c055c

Please sign in to comment.