Skip to content

Commit

Permalink
Merge pull request #6 from akshat1/to_js
Browse files Browse the repository at this point in the history
To js
  • Loading branch information
Akshat committed Jan 15, 2016
2 parents 862d99e + e44e926 commit 016a316
Show file tree
Hide file tree
Showing 13 changed files with 1,461 additions and 841 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ compute.sublime-workspace
node_modules
npm-debug.log
coverage
documentation
documentation
bower_components
15 changes: 12 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "compute",
"version": "0.0.7",
"version": "0.0.9",
"homepage": "https://github.com/akshat1/compute",
"authors": [
"akshat1 <[email protected]>"
Expand All @@ -24,6 +24,15 @@
"package.json",
"src",
"test",
"tests"
]
"coverage",
"documentation"
],
"dependencies": {},
"devDependencies": {
"blanket": "~1.1.7",
"chai": "~3.4.2",
"mocha": "~2.3.4",
"should": "~8.0.2",
"sinon": "~1.17.2"
}
}
110 changes: 0 additions & 110 deletions coffeelint.json

This file was deleted.

Loading

0 comments on commit 016a316

Please sign in to comment.