Skip to content

Commit

Permalink
Preparing to package for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeyp committed Nov 23, 2011
1 parent 91911bf commit 7f9c64f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
@@ -0,0 +1 @@
module.exports = __dirname;
16 changes: 16 additions & 0 deletions package.json
@@ -0,0 +1,16 @@
{
"name": "bootstrap-stylus",
"description": "Twitter Bootstrap CSS framework ported to stylus",
"version": "0.1.0",
"repository": {
"url": "https://github.com/shomeya/bootstrap-stylus"
},
"author": "Michael Prasuhn <mike@mikeyp.net>",
"main" : "./lib",
"directories": {
"lib": "."
},
"engines": {
"node": "*"
}
}

0 comments on commit 7f9c64f

Please sign in to comment.