Skip to content

Commit

Permalink
Merge branch 'release/1.0.3'
Browse files Browse the repository at this point in the history
Shamasis Bhattacharya committed Mar 3, 2014
2 parents 946efe1 + 746b337 commit 8e0c4b5
Showing 22 changed files with 676 additions and 459 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -38,10 +38,10 @@ module.exports = function(grunt) {
},
jasmine: {
pivotal: {
src: 'package/raphael-min.js',
src: 'package/raphael.js',
options: {
specs: 'tests/*Spec.js',
helpers: 'tests/*Helper.js'
specs: 'tests/unit/*-spec.js',
helpers: 'tests/unit/*-helper.js'
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "redraphael",
"filename": "raphael",
"version": "1.0.2",
"version": "1.0.3",
"rversion": "2.1.0",
"description": "RedRaphael",
"main": "index.js",
Loading

0 comments on commit 8e0c4b5

Please sign in to comment.