Skip to content

Commit e920203

Browse files
committed
[common] package: reduce description text
1 parent 548db80 commit e920203

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/dart/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: qsu
22
description: >-
3-
qsu is a utility library that contains useful and frequently used functions. It contains useful functions for processing array, object, and string data. Start with your preferred programming language and the latest development environment.
3+
qsu is a utility library that contains useful and frequently used functions. Start with your preferred language and the latest development environment.
44
version: 1.1.5
55
repository: https://github.com/jooy2/qsu
66
homepage: https://qsu.cdget.com

packages/javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "qsu",
33
"version": "1.9.2",
4-
"description": "qsu is a utility library that contains useful and frequently used functions. It contains useful functions for processing array, object, and string data. Start with your preferred programming language and the latest development environment.",
4+
"description": "qsu is a utility library that contains useful and frequently used functions. Start with your preferred language and the latest development environment.",
55
"author": "CDGet <[email protected]>",
66
"license": "MIT",
77
"homepage": "https://qsu.cdget.com",

0 commit comments

Comments
 (0)