@frigade/js 0.0.2 → 0.0.4
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 +1 -0
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -144,5 +144,6 @@ of onboarding to see how they performed and make improvements.
|
|
|
144
144
|
Frigade automatically tracks state management and onboarding progress. Give your team full observability into the
|
|
145
145
|
customer journey, and use Frigade to kick off automated workflows.
|
|
146
146
|
|
|
147
|
+
|
|
147
148
|
To learn more, visit [frigade.com](<https://frigade.com>)
|
|
148
149
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frigade/js",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "The official Javascript SDK for Frigade.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
"scripts": {
|
|
11
11
|
"clean": "rimraf ./dist",
|
|
12
12
|
"test": "jest",
|
|
13
|
-
"semantic-release": "semantic-release",
|
|
14
13
|
"lint": "eslint --fix --ext .ts,.tsx .",
|
|
15
14
|
"copy-files": "copyfiles -u 1 src/**/*.html src/**/*.css ./dist",
|
|
16
15
|
"build": "yarn clean && tsup && yarn copy-files",
|
|
@@ -20,7 +19,7 @@
|
|
|
20
19
|
},
|
|
21
20
|
"repository": {
|
|
22
21
|
"type": "git",
|
|
23
|
-
"url": "git+https://github.com/FrigadeHQ/
|
|
22
|
+
"url": "git+https://github.com/FrigadeHQ/javascript.git"
|
|
24
23
|
},
|
|
25
24
|
"keywords": [
|
|
26
25
|
"Onboarding",
|