Skip to content

Commit

Permalink
publish; Added readme and dependencies for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Aug 20, 2013
1 parent 5553b09 commit 90bebe5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.DS_Store
node_modules

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Cube

The brix style revised.


8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "cube",
"private": true,
"devDependencies": {
"q": "~0.9.6",
"semver": "~2.1.0"
}
}

0 comments on commit 90bebe5

Please sign in to comment.