summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json
index 1ef88a7..65a8fb3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "yamljs",
- "version": "0.2.3",
+ "version": "0.2.4",
"description": "Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools.",
"keywords": [
"yaml",
@@ -12,8 +12,7 @@
"main": "./lib/Yaml.js",
"dependencies": {
"argparse": "^0.1.15",
- "glob": "^4.0.0",
- "mkdirp": "^0.5.1"
+ "glob": "^4.0.0"
},
"devDependencies": {
"coffeeify": "^0.7.0",