Skip to content

Commit

Permalink
Version bump, keywords, dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
schulzch committed Jan 23, 2017
1 parent 502db63 commit 6f71c14
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edit-distance",
"version": "0.0.2",
"version": "1.0.0",
"description": "String and tree edit distance",
"main": "./lib/index.js",
"scripts": {
Expand All @@ -13,15 +13,19 @@
"string",
"levenshtein",
"tree",
"edit distance",
"zhang-shasha",
"edit",
"distance",
"similarity",
"algorithm",
"metric"
],
"devDependencies": {
"browserify": "^13.1.1",
"browserify": "^13.3.0",
"chai": "^3.5.0",
"coffee-script": "^1.11.1",
"coffee-script": "^1.12.2",
"marked": "^0.3.6",
"mocha": "^3.1.2"
"mocha": "^3.2.0"
},
"author": "Christoph Schulz <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 6f71c14

Please sign in to comment.