We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13df3f commit 16ea641Copy full SHA for 16ea641
package.json
@@ -2,14 +2,11 @@
2
"name": "codegyan",
3
"version": "0.1.0",
4
"description": "The official TypeScript library for the Codegyan API",
5
- "author": "Codegyan <support@codegyan.in>",
+ "author": "Codegyan <admin@codegyan.in>",
6
"types": "dist/src/index.d.ts",
7
"main": "dist/src/index.js",
8
"type": "commonjs",
9
- "repository": "github:codegyan-llc/codegyan-node",
10
- "license": "Apache-2.0",
11
"packageManager": "yarn@1.22.22",
12
-
13
"files": [
14
"/dist",
15
"LICENSE.md",
@@ -27,7 +24,6 @@
27
24
"client",
28
25
"compiler api"
29
26
],
30
- "author": "Codegyan <admin@codegyan.in>",
31
"license": "MIT",
32
"private": false,
33
"scripts": {
0 commit comments