aboutsummaryrefslogtreecommitdiff
path: root/node_modules/balanced-match/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/balanced-match/package.json')
-rw-r--r--node_modules/balanced-match/package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/node_modules/balanced-match/package.json b/node_modules/balanced-match/package.json
index 720eb4d19..61349c6ed 100644
--- a/node_modules/balanced-match/package.json
+++ b/node_modules/balanced-match/package.json
@@ -1,7 +1,7 @@
{
"name": "balanced-match",
"description": "Match balanced character pairs, like \"{\" and \"}\"",
- "version": "0.4.2",
+ "version": "1.0.0",
"repository": {
"type": "git",
"url": "git://github.com/juliangruber/balanced-match.git"
@@ -9,10 +9,12 @@
"homepage": "https://github.com/juliangruber/balanced-match",
"main": "index.js",
"scripts": {
- "test": "make test"
+ "test": "make test",
+ "bench": "make bench"
},
"dependencies": {},
"devDependencies": {
+ "matcha": "^0.7.0",
"tape": "^4.6.0"
},
"keywords": [