-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
2 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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" | ||
|