Skip to content

Commit

Permalink
Added AUTHORS file and a changelog section
Browse files Browse the repository at this point in the history
  • Loading branch information
fatso83 committed Jun 12, 2014
1 parent 0ec80a4 commit 3576f3d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
@@ -0,0 +1,2 @@
Jonas Ohlsson (http://jonassebastianohlsson.com)
Carl-Erik Kopseng (http://github.com/fatso83)
5 changes: 2 additions & 3 deletions LICENSE → LICENSE-MIT
@@ -1,5 +1,4 @@
Copyright (c) 2014, Jonas Ohlsson, http://jonassebastianohlsson.com
Copyright (c) 2014, Carl-Erik Kopseng, http://github.com/fatso83
Copyright (c) 2014, Jonas Ohlsson, contributors

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand All @@ -18,4 +17,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -12,7 +12,7 @@ The process is automatic and the generated css should be ready for production as

Penthouse can be used directly from the command line, [as a Node module](https://github.com/pocketjoso/penthouse/#as-a-node-module), or via [the online version](https://github.com/pocketjoso/penthouse#online-version).

### As a standalone command line tool
### Used together with PhantomJS

#### Installation

Expand Down Expand Up @@ -84,5 +84,7 @@ Problems with special characters like → after converting? Make sure you us
###Other problems
Please report your issue (check that it's not already there first though!), and I will try to fix it as soon as possible.

### License
MIT
## Changelog
2014-06-10 v0.2.0 Node module and standalone executable (@fatso83)
2014-06-05 v0.1.0 Published on NPM (@pocketjoso)
2014-06-04 v0.0.0 PhantomJS script /core logic (@pocketjoso)
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"license": [
{
"type": "MIT",
"url": "github.com/pocketjoso/penthouse/blob/master/LICENSE"
"url": "github.com/pocketjoso/penthouse/blob/master/LICENSE-MIT"
}
],
"main": "./lib/index.js",
Expand Down

0 comments on commit 3576f3d

Please sign in to comment.