Skip to content

Commit

Permalink
fix for 2012
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Jan 22, 2012
1 parent 74a2658 commit d142473
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 28 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md

This file was deleted.

29 changes: 19 additions & 10 deletions README.md
@@ -1,15 +1,24 @@
**Nothing here yet**


## Installation

To install APPNAME, use [npm](http://github.com/isaacs/npm):

$ npm install -g APPNAME
## Information

<table>
<tr>
<td>Package</td><td>APPNAME</td>
</tr>
<tr>
<td>Description</td>
<td>NOTHING HERE YET</td>
</tr>
<tr>
<td>Node Version</td>
<td>>= 0.4</td>
</tr>
</table>

## Usage

Nothing here yet
```coffee-script
NOTHING HERE YET
```

## Examples

Expand All @@ -19,7 +28,7 @@ You can view further examples in the [example folder.](https://github.com/wearef

(MIT License)

Copyright (c) 2011 Fractal <contact@wearefractal.com>
Copyright (c) 2012 Fractal <contact@wearefractal.com>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
9 changes: 0 additions & 9 deletions TODO.md

This file was deleted.

File renamed without changes.
2 changes: 2 additions & 0 deletions index.js
@@ -0,0 +1,2 @@
require('coffee-script');
module.exports = require('./lib/main');
3 changes: 0 additions & 3 deletions lib/main.coffee
@@ -1,6 +1,3 @@
require('coffee-script');
require 'protege'
require('node-log').setName 'APPNAME'

module.exports = {}

3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -5,12 +5,11 @@
"homepage":"http://github.com/wearefractal/APPNAME",
"repository":"git://github.com/wearefractal/APPNAME.git",
"author":"Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
"main":"./lib/main.coffee",
"main":"./index.js",

"dependencies":{
"coffee-script":"*",
"node-log":"*",
"protege":"*"
},
"engines":{
"node":">= 0.4.0"
Expand Down

0 comments on commit d142473

Please sign in to comment.