Skip to content

Commit

Permalink
✨ v6.1.5
Browse files Browse the repository at this point in the history
Back to the future. This is a re-release of v6.1.2 as I can't unpublish releases older than 24 hours!
  • Loading branch information
pixeldesu committed Sep 29, 2016
1 parent b617938 commit 6a5733f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "jeet",
"version": "6.1.2",
"version": "6.1.5",
"homepage": "http://jeet.gs",
"authors": [
"Cory Simmons <[email protected]>",
"Sam Saccone <[email protected]>",
"Jake Cleary <[email protected]>"
"Jake Cleary <[email protected]>",
"Andreas Nedbal <[email protected]>"
],
"description": "A grid system for humans.",
"main": [
Expand Down
19 changes: 12 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,15 @@
"name": "Jake Cleary",
"email": "[email protected]",
"web": "http://jakecleary.net"
},
{
"name": "Andreas Nedbal",
"email": "[email protected]",
"web": "http://pixelde.su"
}
],
"main": "stylus/jeet.js",
"version": "6.1.2",
"version": "6.1.5",
"description": "A grid system for humans.",
"keywords": [
"stylus",
Expand All @@ -33,12 +38,12 @@
],
"github": "http://github.com/mojotech/jeet",
"devDependencies": {
"chai": "1.9.1",
"css-diff": "0.4.0",
"mocha": "1.21.4",
"node-sass": "0.9.3",
"should": "4.0.4",
"stylus": "0.48.1"
"chai": "3.5.0",
"css-diff": "0.4.1",
"mocha": "2.5.3",
"node-sass": "3.8.0",
"should": "9.0.2",
"stylus": "0.54.5"
},
"scripts": {
"test": "mocha tests"
Expand Down

0 comments on commit 6a5733f

Please sign in to comment.