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 c7dd188 commit c82c19fCopy full SHA for c82c19f
dist/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@deepak-contentstack/deepak-compo-lib",
3
- "version": "1.3.1",
+ "version": "1.4.2",
4
"description": "testing component library",
5
"main": "./cjs/index.js",
6
"module": "./index.js",
@@ -10,9 +10,10 @@
10
"url": "https://github.com/deepak-contentstack/compo-lib"
11
},
12
"publishConfig": {
13
- "registry": "https://npm.pkg.github.com/deepak-contentstack"
+ "registry": "https://registry.npmjs.org/",
14
+ "access": "public"
15
16
"author": "",
17
"license": "ISC",
18
"private": false
-}
19
+}
0 commit comments