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

Commit 30a7465

Browse files
committed
Bump to 3.2.0 for release.
1 parent c99faba commit 30a7465

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "glyphhanger",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "A tool to ease webfont subsetting.",
55
"main": "src/GlyphHanger.js",
66
"scripts": {
7-
"test": "mocha --exit"
7+
"test": "mocha"
88
},
99
"repository": {
1010
"type": "git",
@@ -33,14 +33,14 @@
3333
"fs-extra": "^5.0.0",
3434
"get-stdin": "^6.0.0",
3535
"glob": "^7.1.2",
36+
"jsdom": "^13.0.0",
3637
"minimist": "^1.2.0",
3738
"parse-filepath": "^1.0.2",
3839
"rsvp": "^4.7.0",
3940
"serve-static": "^1.13.2",
4041
"shelljs": "^0.7.8"
4142
},
4243
"devDependencies": {
43-
"jsdom": "^13.0.0",
4444
"mocha": "^4.0.1"
4545
}
4646
}

0 commit comments

Comments
 (0)