Skip to content

Commit 4923a7f

Browse files
committed
feat: update package.json, add description and name
1 parent a5c0f40 commit 4923a7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "jsaudio-test",
2+
"name": "jsaudio-android-scritps",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "some js scripts used to prepare jsaudio-android develop and run env.",
55
"main": "index.js",
66
"scripts": {
77
"compress": "node js_task/compress.js",
@@ -11,7 +11,7 @@
1111
"prepare": "readymate && husky && echo 'npx lint-staged' > .husky/pre-commit"
1212
},
1313
"author": "Intro1997",
14-
"license": "ISC",
14+
"license": "MIT",
1515
"dependencies": {
1616
"http-server": "^14.1.1",
1717
"uglify-js": "^3.18.0",

0 commit comments

Comments
 (0)