diff options
author | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2017-01-14 06:25:33 +0100 |
---|---|---|
committer | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2017-01-14 06:25:33 +0100 |
commit | c8dc14292c257608ea890cd93a75d8a9921d8d46 (patch) | |
tree | 0c5f9375beee97cfe187e503a697f8797b71724e /package.json | |
parent | 5f2a84fd218b06c100d64bba76308b866f197709 (diff) | |
download | svg.js-c8dc14292c257608ea890cd93a75d8a9921d8d46.tar.gz svg.js-c8dc14292c257608ea890cd93a75d8a9921d8d46.zip |
Wrapping up for 2.3.7 release
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index 637de54..c1a8198 100644 --- a/package.json +++ b/package.json @@ -57,8 +57,7 @@ "build": "gulp", "build:test": "gulp unify", "test": "karma start .config/karma.conf.js --single-run", - "test:quick": "karma start .config/karma.quick.js", - "docs": "gulp docs" + "test:quick": "karma start .config/karma.quick.js" }, "devDependencies": { "coveralls": "^2.11.15", |