Skip to content

Commit

Permalink
Package json files
Browse files Browse the repository at this point in the history
  • Loading branch information
shuritch committed Jun 2, 2023
1 parent f62f71b commit 89e1bb5
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.2.0][] - 2023-06-102

- move from src to lib
- package.json files

## [1.1.0][] - 2023-05-14

- CHANGELOG.md
Expand All @@ -10,5 +15,6 @@

- Stable version

[1.2.0]: https://github.com/LeadFisherSolutions/leadutils/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/LeadFisherSolutions/leadutils/compare/release...v1.1.0
[1.0.0]: https://github.com/LeadFisherSolutions/leadutils/releases/tag/release
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "leadutils",
"description": "Leadfisher utilities",
"author": "Alexander Ivanov <sashapop101@gmail.com>",
"version": "1.1.0",
"version": "1.2.0",
"homepage": "https://leadfisher.ru",
"packageManager": "npm@9.6.4",
"type": "commonjs",
Expand All @@ -16,6 +16,10 @@
"common",
"leadfisher"
],
"files": [
"./lib",
"index.d.ts"
],
"scripts": {
"test": "node --test && tsc",
"dev": "node index.js",
Expand Down

0 comments on commit 89e1bb5

Please sign in to comment.