Skip to content

Commit def21ea

Browse files
committed
correct package.json
1 parent 7fd19a7 commit def21ea

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed

package.json

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,29 @@
11
{
2-
"name": "firebase-multiplatform",
3-
"version": "17.1.0-rev2",
4-
"description": "Wrapper around firebase for usage in Kotlin Multiplatform projects",
2+
"name": "kotlin-diff-utils",
3+
"version": "4.1.0-SNAPSHOT",
4+
"description": "The DiffUtils library for computing diffs, applying patches, generating side-by-side view in Java.",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/multiplatform-io/firebase.git"
11+
"url": "git+https://github.com/TeamHubApp/kotlin-diff-utils"
1212
},
1313
"keywords": [
1414
"kotlin",
1515
"mutliplatform",
16-
"kotlin-js",
17-
"firebase",
18-
"firestore"
16+
"kotlin-js"
17+
1918
],
20-
"author": "multiplatform.io",
21-
"license": "MIT",
19+
"author": "TeamHub",
20+
"license": "Apache 2.0",
2221
"bugs": {
23-
"url": "https://github.com/multiplatform-io/firebase/issues"
22+
"url": "https://github.com/TeamHubApp/kotlin-diff-utils/issues"
2423
},
25-
"homepage": "https://github.com/multiplatform-io/firebase",
24+
"homepage": "https://github.com/TeamHubApp/kotlin-diff-utils",
2625
"dependencies": {
27-
"firebase": "^6.1.1",
28-
"kotlin": "1.3.31",
29-
"kotlinx-coroutines-core": "1.2.1"
26+
"kotlin": "1.3.31"
3027
}
3128
}
3229

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<version>4.1-SNAPSHOT</version>
77
<name>java-diff-utils</name>
88
<description>The DiffUtils library for computing diffs, applying patches, generationg side-by-side view in Java.</description>
9-
<url>https://github.com/java-diff-utils/java-diff-utils</url>
9+
<url>https://github.com/TeamHubApp/kotlin-diff-utils</url>
1010
<inceptionYear>2009</inceptionYear>
1111

1212
<distributionManagement>

0 commit comments

Comments
 (0)