pg3d-autocorrect
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -11,3 +11,3 @@ var fs = require('fs') | ||
var gadgetautocorrect = function(options) { | ||
var autocorrect = function(options) { | ||
options || (options = {}) | ||
@@ -36,2 +36,2 @@ var dictionary = options.words || readDictionary(options.dictionary) | ||
module.exports = gadgetautocorrect | ||
module.exports = autocorrect |
@@ -10,3 +10,3 @@ var fs = require('fs') | ||
var gunautocorrect = function(options) { | ||
var autocorrect = function(options) { | ||
options || (options = {}) | ||
@@ -35,2 +35,2 @@ var dictionary = options.words || readDictionary(options.dictionary) | ||
module.exports = gunautocorrect | ||
module.exports = autocorrect |
{ | ||
"name": "pg3d-autocorrect", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Pixel Gun 3d Encyclopedia package helper(autocorrect)", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |
7961