Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roboshoes committed Mar 11, 2014
1 parent 2512349 commit 967b88f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ proper one).
Dependencies
------------

Cane.js uses [mout](http://moutjs.com) which has do be available under the path
Cane uses [mout](http://moutjs.com) which has do be available under the path
`mout`.


Expand Down
7 changes: 4 additions & 3 deletions bower.json
@@ -1,20 +1,21 @@
{
"name": "cane",
"version": "0.2.0",
"version": "0.2.1",
"description": "Modular DOM library",
"main": "source/",
"ignore": [
"docs",
"lib",
"server",
"node_modules",
"tests",
".travis.yml",
"Gruntfile.js",
"karma.config.js",
"package.json",
"CONTRIBUTEING.md"
"CONTRIBUTING.md"
],
"dependencies": {
"mout":"~0.8.0"
"mout":"~0.9.0"
}
}
7 changes: 5 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "cane",
"version": "0.2.0",
"version": "0.2.1",
"description": "Modular DOM library",
"contributors": [
{
Expand Down Expand Up @@ -40,14 +40,17 @@

"license": "MIT",

"dependencies": {
"mout": "~0.9.0"
},

"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.5.3",
"grunt-karma": "~0.4.4",
"grunt-contrib-watch": "~0.4.3",
"grunt-cli": "~0.1.8",
"express": "~3.4.0",
"mout": "~0.8.0",
"mdoc": "~0.3.4",
"sinon": "~1.7.3",
"expect.js": "~0.2.0"
Expand Down

0 comments on commit 967b88f

Please sign in to comment.