facebetter-core 1.5.1 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -32
- package/dist/facebetter-core.js +1 -1
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "facebetter-core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "Runtime used by the facebetter Web SDK. Installed automatically with facebetter; do not add this package yourself.",
|
|
6
6
|
"main": "./dist/facebetter-core.js",
|
|
7
7
|
"module": "./dist/facebetter-core.js",
|
|
8
8
|
"types": "./dist/index.d.ts",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
],
|
|
28
28
|
"author": "PixPark",
|
|
29
29
|
"license": "MIT",
|
|
30
|
+
"homepage": "https://facebetter.net",
|
|
30
31
|
"repository": {
|
|
31
32
|
"type": "git",
|
|
32
|
-
"url": "git+https://github.com/pixpark/facebetter.git"
|
|
33
|
-
"directory": "src/engine/web/facebetter-core"
|
|
33
|
+
"url": "git+https://github.com/pixpark/facebetter-sdk.git"
|
|
34
34
|
}
|
|
35
35
|
}
|