hc2024-test 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -2
package/package.json
CHANGED
@@ -1,11 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"name": "hc2024-test",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.1",
|
4
4
|
"main": "index.js",
|
5
5
|
"scripts": {
|
6
6
|
"test": "echo \"Error: no test specified\" && exit 1"
|
7
7
|
},
|
8
8
|
"author": "",
|
9
9
|
"license": "ISC",
|
10
|
-
"description": ""
|
10
|
+
"description": "",
|
11
|
+
"dependencies": {
|
12
|
+
"asdfasdfasdfasdfasdfa": "^18.3.1"
|
13
|
+
}
|
11
14
|
}
|