Skip to content

Commit

Permalink
Bumped version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
notatestuser committed Nov 19, 2013
1 parent 36927e8 commit f750e56
Showing 1 changed file with 35 additions and 31 deletions.
66 changes: 35 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,37 @@
{ "name": "gift"
, "version": "0.1.1"
, "description": "a Git wrapper library"
, "keywords": ["git"]
, "homepage": "https://github.com/notatestuser/gift"
, "bugs": {"url": "https://github.com/notatestuser/gift/issues"}
, "author":
{ "name": "sentientwaffle"
, "url": "http://sentientwaffle.github.com/"
{
"name": "gift",
"version": "0.1.2",
"description": "a Git wrapper library",
"keywords": [
"git"
],
"homepage": "https://github.com/notatestuser/gift",
"bugs": {
"url": "https://github.com/notatestuser/gift/issues"
},
"author": {
"name": "sentientwaffle",
"url": "http://sentientwaffle.github.com/"
},
"main": "./lib/index",
"scripts": {
"test": "mocha --compilers coffee:'./node_modules/coffee-script/lib/coffee-script/coffee-script'",
"prepublish": "coffee -o lib -c src"
},
"repository": {
"type": "git",
"url": "https://github.com/notatestuser/gift.git"
},
"dependencies": {
"underscore": "1.x.x"
},
"devDependencies": {
"should": "~2.0.1",
"mocha": "1.x.x",
"sinon": "~1.7.3",
"coffee-script": "1.6.x"
},
"engines": {
"node": "> 0.4.1"
}

, "main": "./lib/index"

, "scripts":
{ "test": "mocha --compilers coffee:'./node_modules/coffee-script/lib/coffee-script/coffee-script'"
, "prepublish": "coffee -o lib -c src"
}

, "repository":
{ "type": "git"
, "url": "https://github.com/notatestuser/gift.git"
}

, "dependencies": {"underscore": "1.x.x"}
, "devDependencies":
{ "should": "1.2.x"
, "mocha": "1.x.x"
, "sinon": "1.6.x"
, "coffee-script": "1.6.x"
}

, "engines": {"node": "> 0.4.1"}
}

0 comments on commit f750e56

Please sign in to comment.