Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
feat: release 1.0.11-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
rimsila committed Nov 15, 2022
1 parent 1c349f4 commit 5ad54d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-dev-utils",
"version": "1.0.11-rc1",
"version": "1.0.11-rc2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down
9 changes: 8 additions & 1 deletion packages/utils/readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# peerDependencies will required some related utils that use otherwise will not working
# next-dev-utils

next-dev-utils is just a javaScript utility collection for widely used by Front-end developers.
most of them are from popular library such as Lodash etc.

## Purpose

as a front-end developers are very difficult to create and use javascript utility for every projects that use the same javascript utility. so here we are going to create this library for collection all common use cases where developers need to use it daily.

0 comments on commit 5ad54d0

Please sign in to comment.