URL: http://github.com/chaaz/jsdiff/commit/b4c1a138739a29e4e5cee141107431b673562bef
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a1bb9 commit b4c1a13Copy full SHA for b4c1a13
components/bower.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jsdiff",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"main": [
5
"diff.js"
6
],
components/component.json
@@ -6,7 +6,7 @@
"diff",
7
"text"
8
9
10
"scripts": [ "diff.js" ],
11
"main": "diff.js",
12
"license": "BSD"
package.json
"name": "diff",
"description": "A javascript text diff implementation.",
"keywords": [
0 commit comments