Skip to content

Commit b2c8486

Browse files
committed
remove unused devDependencies from package.json
1 parent 1c8d7ce commit b2c8486

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "textr",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "Tiny and extendable text transforming framework",
55
"homepage": "http://shuvalov-anton.github.io/textr/",
66
"main": "index.js",
@@ -36,9 +36,6 @@
3636
"istanbul": "^0.3.11",
3737
"mocha": "^2.2.4",
3838
"mocha-lcov-reporter": "0.0.2",
39-
"should": "^5.2.0",
40-
"typographic-ellipses": "^1.0.9",
41-
"typographic-quotes": "^1.1.0",
42-
"typographic-single-spaces": "^1.0.0"
39+
"should": "^5.2.0"
4340
}
4441
}

0 commit comments

Comments
 (0)