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.
2 parents 0bb227e + b47e765 commit 6bad001Copy full SHA for 6bad001
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
node-version: '20.x'
39
registry-url: "https://registry.npmjs.org"
40
- scope: "@layer5"
+ scope: "@sistent"
41
- run: |
42
npm install
43
npm run build
@@ -68,4 +68,4 @@ jobs:
68
name: version-number
69
path: |
70
version/number
71
- retention-days: 14
+ retention-days: 14
package.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "@layer5/sistent",
3
- "version": "0.14.11",
+ "name": "sistent",
+ "version": "0.0.1",
4
"description": "Reusable React Components and SVG Icons library",
5
"repository": {
6
"type": "git",
@@ -117,4 +117,4 @@
117
"react-share": "^5.1.0",
118
"use-debounce": "^10.0.4"
119
}
120
-}
+}
0 commit comments