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 36002d9 commit 675276dCopy full SHA for 675276d
.npmrc
@@ -1 +1,3 @@
1
engine-strict=true
2
+@communitiesuk:registry=https://npm.pkg.github.com
3
+//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
package.json
@@ -1,6 +1,11 @@
{
- "name": "office-for-local-gov-svelte-component-library",
- "version": "0.0.1",
+ "name": "@communitiesuk/svelte-component-library",
+ "version": "0.1.0",
4
+ "repository":"https://github.com/communitiesuk/oflog_svelte_component_library",
5
+ "publishConfig": {
6
+ "registry": "https://npm.pkg.github.com"},
7
+ "author": "Ibrahim-Haizel",
8
+ "description": "A collection of reusable Svelte components",
9
"scripts": {
10
"dev": "vite dev",
11
"build": "vite build && npm run package",
0 commit comments