diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-06-11 01:07:59 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-06-11 01:07:59 +0200 |
commit | 843c0f5b0f7140c4d46d92293c2c18767d070f69 (patch) | |
tree | e123f0649d4ebe9bc6b37cd18da8aca4ab38142c /package.json | |
parent | d5f5dd18a6c9d986dd0582256e2120675e1ca561 (diff) | |
download | svg.js-843c0f5b0f7140c4d46d92293c2c18767d070f69.tar.gz svg.js-843c0f5b0f7140c4d46d92293c2c18767d070f69.zip |
Merged all changes and fixes from SVG 1.1 into this branch
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/package.json b/package.json index ffbeef5..5b07d3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "SVG.js", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "A lightweight library for manipulating and animating SVG.", "url": "http://svgjs.com", "homepage": "http://www.svgjs.com", @@ -29,6 +29,10 @@ "name": "Alex Ewerlöf", "email": "alex@userpixel.com", "web": "http://www.ewerlof.name" + }, + { + "name": "Ulrich-Matthias Schäfer", + "email": "ulima.ums@googlemail.com" } ], "licenses": [ @@ -44,12 +48,12 @@ "github": "https://github.com/wout/svg.js", "license": "MIT", "devDependencies": { + "del": "^1.2.0", "gulp": "^3.8.6", "gulp-concat": "^2.3.3", "gulp-header": "^1.0.5", "gulp-jasmine": "^0.3.0", "gulp-rename": "^1.2.0", - "gulp-rimraf": "^0.1.0", "gulp-size": "^0.4.0", "gulp-uglify": "^0.3.1", "gulp-wrap-umd": "^0.2.1", |