We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc4395 commit 0290ea1Copy full SHA for 0290ea1
LICENSE
@@ -1,4 +1,4 @@
1
-Copyright (c) 2020–2024 Pryv S.A. https://pryv.com
+Copyright (c) 2020–2025 Pryv S.A. https://pryv.com
2
3
Redistribution and use in source and binary forms, with or without
4
modification, are permitted provided that the following conditions are met:
components/pryv/package.json
@@ -14,11 +14,11 @@
14
"type": "git",
15
"url": "git://github.com/pryv/lib-js"
16
},
17
- "dependencies": {
18
- "superagent": "^9.0.0"
19
- },
20
"license": "BSD-3-Clause",
21
"author": "Pryv S.A. <info@pryv.com> (https://pryv.com)",
22
"main": "src/index.js",
23
- "types": "src/index.d.ts"
24
-}
+ "types": "src/index.d.ts",
+ "dependencies": {
+ "superagent": "^9.0.0"
+ }
+}
0 commit comments