mirror of
https://github.com/enso-org/enso.git
synced 2024-12-02 14:22:27 +03:00
3046e152dc
- Add Google Analytics - Add cross-domain linking between website homepage and cloud dashboard - Highlight buttons on authentication flows on hover - Save logged in state as `logged_in` cookie - Remove saved access token from disk when signing out - Support `redirect_to` parameter on `/register` page # Important Notes None
12 lines
218 B
JSON
12 lines
218 B
JSON
{
|
|
"name": "enso-common",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./src/detect": "./src/detect.ts",
|
|
"./src/gtag": "./src/gtag.ts"
|
|
}
|
|
}
|