We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f87b49 commit e16cedeCopy full SHA for e16cede
package.json
@@ -0,0 +1,15 @@
1
+{
2
+ "name": "component-diff",
3
+ "version": "0.1.0",
4
+ "description": "calculate diffs between strings",
5
+ "main": "index.js",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git://github.com/component/diff.git"
9
+ },
10
+ "license": "Apache 2.0",
11
+ "bugs": {
12
+ "url": "https://github.com/component/diff/issues"
13
14
+ "homepage": "https://github.com/component/diff"
15
+}
0 commit comments