Skip to content

Commit

Permalink
Add support for component
Browse files Browse the repository at this point in the history
  • Loading branch information
vmariano committed Oct 21, 2014
1 parent ae33afb commit dbe6e82
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions component.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "jsdiff",
"repo": "kpdecker/jsdiff",
"description": "A javascript text diff implementation.",
"keywords": [
"diff",
"text"
],
"version": "1.0.8",
"scripts": [ "diff.js" ],
"main": "diff.js",
"license": "BSD"
}

0 comments on commit dbe6e82

Please sign in to comment.