From 30a7465e490d9b222db4a04a170f08250c4ec40c Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Thu, 6 Dec 2018 11:19:35 -0600 Subject: [PATCH] Bump to 3.2.0 for release. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5ebf39f..b9f610f 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "glyphhanger", - "version": "3.1.0", + "version": "3.2.0", "description": "A tool to ease webfont subsetting.", "main": "src/GlyphHanger.js", "scripts": { - "test": "mocha --exit" + "test": "mocha" }, "repository": { "type": "git", @@ -33,6 +33,7 @@ "fs-extra": "^5.0.0", "get-stdin": "^6.0.0", "glob": "^7.1.2", + "jsdom": "^13.0.0", "minimist": "^1.2.0", "parse-filepath": "^1.0.2", "rsvp": "^4.7.0", @@ -40,7 +41,6 @@ "shelljs": "^0.7.8" }, "devDependencies": { - "jsdom": "^13.0.0", "mocha": "^4.0.1" } }