Skip to content

Commit

Permalink
feat: lib is deprecated, all functions are moved to js-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Oct 27, 2024
1 parent d2c6b68 commit 495dd0b
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 687 deletions.
19 changes: 3 additions & 16 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
DEPRECATED, all its functions are now moved to
[@naturalcycles/js-lib](https://github.com/NaturalCycles/js-lib)

## @naturalcycles/frontend-lib

> Standard library for Frontend applications
Expand All @@ -8,19 +11,3 @@
[![Actions](https://github.com/NaturalCycles/frontend-lib/workflows/default/badge.svg)](https://github.com/NaturalCycles/frontend-lib/actions)

# [Documentation](https://naturalcycles.github.io/frontend-lib/)

# Develop

## Docs

Powered by [vuepress](https://github.com/vuejs/vuepress).

# serves from ./docs on http://localhost:8080
yarn docs-serve

# Packaging

- `main: dist/index.js`: commonjs, es2021
- `module: dist-esm/index.js`: ESM, es2017
- `types: dist/index.d.ts`: typescript types
- `/src` folder with source `*.ts` files included
154 changes: 0 additions & 154 deletions src/admin/adminService.ts

This file was deleted.

68 changes: 0 additions & 68 deletions src/analytics/analytics.ts

This file was deleted.

15 changes: 0 additions & 15 deletions src/i18n/fetchTranslationLoader.ts

This file was deleted.

101 changes: 0 additions & 101 deletions src/i18n/translation.service.ts

This file was deleted.

Loading

0 comments on commit 495dd0b

Please sign in to comment.