Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Commit

Permalink
Bump to 3.2.0 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Dec 6, 2018
1 parent c99faba commit 30a7465
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -33,14 +33,14 @@
"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",
"serve-static": "^1.13.2",
"shelljs": "^0.7.8"
},
"devDependencies": {
"jsdom": "^13.0.0",
"mocha": "^4.0.1"
}
}

0 comments on commit 30a7465

Please sign in to comment.