Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflembeck committed Jun 26, 2015
1 parent 6e8dd01 commit 75dde85
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions package.json
@@ -1,41 +1,41 @@
{
"name": "grunt-grunticon",
"description": "A mystical CSS icon solution",
"version": "2.2.0",
"homepage": "https://github.com/filamentgroup/grunticon",
"author": {
"name": "Scott Jehl",
"email": "scott@filamentgroup.com",
"url": "http://filamentgroup.com"
},
"repository": {
"type": "git",
"url": "https://github.com/filamentgroup/grunticon"
},
"bugs": {
"url": "https://github.com/filamentgroup/grunticon/issues"
},
"license": "MIT",
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt travis --verbose"
},
"dependencies": {
"grunticon-lib": "1.0.2"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-qunit": "^0.5.2",
"grunt-svgmin": "^2.0.1"
},
"keywords": [
"gruntplugin"
]
"name": "grunt-grunticon",
"description": "A mystical CSS icon solution",
"version": "2.2.1",
"homepage": "https://github.com/filamentgroup/grunticon",
"author": {
"name": "Scott Jehl",
"email": "scott@filamentgroup.com",
"url": "http://filamentgroup.com"
},
"repository": {
"type": "git",
"url": "https://github.com/filamentgroup/grunticon"
},
"bugs": {
"url": "https://github.com/filamentgroup/grunticon/issues"
},
"license": "MIT",
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt travis --verbose"
},
"dependencies": {
"grunticon-lib": "1.0.2"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-qunit": "^0.5.2",
"grunt-svgmin": "^2.0.1"
},
"keywords": [
"gruntplugin"
]
}

2 comments on commit 75dde85

@lkraav
Copy link

@lkraav lkraav commented on 75dde85 Jul 2, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi. Is there supposed to be a git tag accompanying this, too?

@jefflembeck
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lkraav ah, i tagged it, but forgot to push with tags :D thanks!

Please sign in to comment.