Comparing version 0.2.1 to 0.3.0
@@ -1,2 +0,2 @@ | ||
Copyright © 2013-2014 Guillaume Plique | ||
Copyright © 2013-2015 Guillaume Plique | ||
@@ -12,2 +12,2 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS | ||
IN THE SOFTWARE. | ||
IN THE SOFTWARE. |
{ | ||
"name": "clj-fuzzy", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"description": "A handy collection of algorithms dealing with fuzzy strings and phonetics.", | ||
"main": "src-js/clj-fuzzy.js", | ||
"main": "src-js/clj-fuzzy.min.js", | ||
"scripts": { | ||
"build": "./build.sh", | ||
"prepublish": "npm run build" | ||
}, | ||
"repository": { | ||
@@ -40,7 +44,4 @@ "type": "git", | ||
"devDependencies": { | ||
"grunt": "~0.4.0", | ||
"grunt-contrib-clean": "^0.6.0", | ||
"grunt-contrib-concat": "^0.5.0", | ||
"grunt-exec": "^0.4.6" | ||
"uglify-js": "^2.4.23" | ||
} | ||
} |
@@ -8,2 +8,4 @@ [![Build Status](https://travis-ci.org/Yomguithereal/clj-fuzzy.svg)](https://travis-ci.org/Yomguithereal/clj-fuzzy) | ||
[![Clojars Project](http://clojars.org/clj-fuzzy/latest-version.svg)](http://clojars.org/clj-fuzzy) | ||
## Full documentation | ||
@@ -10,0 +12,0 @@ The full documentation for this library is available [there](http://yomguithereal.github.io/clj-fuzzy/). |
Sorry, the diff of this file is too big to display
1
44
136320
505