We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a48960 commit fae1f62Copy full SHA for fae1f62
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-string-diff",
3
- "version": "0.0.0",
+ "version": "0.1.0",
4
"license": "MIT",
5
"main": "dist/index.js",
6
"typings": "dist/index.d.ts",
@@ -44,7 +44,9 @@
44
"typescript": "^3.9.7"
45
},
46
"eslintConfig": {
47
- "extends": ["elv1n-react"]
+ "extends": [
48
+ "elv1n-react"
49
+ ]
50
51
"repository": "git@github.com:elv1n/react-string-diff.git",
52
"author": "Elvin Dzhavadov"
0 commit comments