Comparing version 0.2.1 to 0.2.3
@@ -5,3 +5,3 @@ { | ||
"main": "index.js", | ||
"version": "0.2.1", | ||
"version": "0.2.3", | ||
"maintainers": [ | ||
@@ -43,3 +43,6 @@ { | ||
"update": "update.js" | ||
}, | ||
"devDependencies": { | ||
"yamlparser": ">=0.0.2" | ||
} | ||
} |
var fs = require('fs'), | ||
path = require('path'), | ||
http = require('http'), | ||
yaml = require('../vendor/yaml'); | ||
yaml = require('yamlparser'); | ||
@@ -6,0 +6,0 @@ exports.YAML_FILE = path.join(__dirname, '..', 'regexes.yaml'); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14967
1
7
426