Skip to content

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbateman committed Sep 26, 2015
1 parent b2d8842 commit 166733e
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "Impetus",
"version": "0.8.0",
"main": "impetus.js",
"homepage": "http://chrisbateman.github.io/impetus/",
"author": "Chris Bateman",
"licenses": {
"type": "MIT",
"url": "https://raw.github.com/chrisbateman/impetus/master/LICENSE"
},
"repository": {
"type": "git",
"url": "[email protected]:chrisbateman/impetus.git"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-uglify": "~0.4.0",
"grunt-bump": "0.0.13"
}
"name": "Impetus",
"version": "0.8.1",
"main": "impetus.js",
"homepage": "http://chrisbateman.github.io/impetus/",
"author": "Chris Bateman",
"licenses": {
"type": "MIT",
"url": "https://raw.github.com/chrisbateman/impetus/master/LICENSE"
},
"repository": {
"type": "git",
"url": "[email protected]:chrisbateman/impetus.git"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-uglify": "~0.4.0",
"grunt-bump": "0.0.13"
}
}

0 comments on commit 166733e

Please sign in to comment.