Skip to content

Commit

Permalink
Misc: Add nvmrc file and set packageManager
Browse files Browse the repository at this point in the history
  • Loading branch information
50rayn authored and lee00678 committed Dec 17, 2024
1 parent c4759fe commit 75c6dfe
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "unovis",
"version": "1.5.0",
"packageManager": "[email protected]",
"license": "Apache-2.0",
"private": true,
"workspaces": [
Expand Down Expand Up @@ -72,4 +73,4 @@
"lint-staged": {
"*.{js,ts,jsx,tsx,svelte}": "eslint --quiet --cache --fix"
}
}
}
1 change: 1 addition & 0 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@unovis/angular",
"description": "Modular data visualization framework for React, Angular, Svelte, Vue, Solid, and vanilla TypeScript or JavaScript",
"version": "1.5.0",
"packageManager": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/f5/unovis.git",
Expand Down
1 change: 1 addition & 0 deletions packages/dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@unovis/dev",
"version": "1.0.1",
"packageManager": "[email protected]",
"main": "index.js",
"license": "Apache-2.0",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@unovis/react",
"description": "Modular data visualization framework for React, Angular, Svelte, Vue, Solid, and vanilla TypeScript or JavaScript",
"version": "1.5.0",
"packageManager": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/f5/unovis.git",
Expand Down
1 change: 1 addition & 0 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@unovis/shared",
"description": "Modular data visualization framework for React, Angular, Svelte, Vue, Solid, and vanilla TypeScript or JavaScript",
"version": "1.5.0",
"packageManager": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/f5/unovis.git",
Expand Down
1 change: 1 addition & 0 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@unovis/solid",
"description": "Modular data visualization framework for React, Angular, Svelte, Vue, Solid and vanilla TypeScript or JavaScript",
"version": "1.5.0",
"packageManager": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/f5/unovis.git",
Expand Down
1 change: 1 addition & 0 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@unovis/svelte",
"description": "Modular data visualization framework for React, Angular, Svelte, Vue, Solid, and vanilla TypeScript or JavaScript",
"version": "1.5.0",
"packageManager": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/f5/unovis.git",
Expand Down
1 change: 1 addition & 0 deletions packages/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@unovis/ts",
"description": "Modular data visualization framework for React, Angular, Svelte, Vue, Solid, and vanilla TypeScript or JavaScript",
"version": "1.5.0",
"packageManager": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/f5/unovis.git",
Expand Down
1 change: 1 addition & 0 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@unovis/vue",
"description": "Modular data visualization framework for React, Angular, Svelte, Vue, and vanilla TypeScript or JavaScript",
"version": "1.5.0",
"packageManager": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/f5/unovis.git",
Expand Down
1 change: 1 addition & 0 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@unovis/website",
"description": "Modular data visualization framework for React, Angular, Svelte, Vue, Solid, and vanilla TypeScript or JavaScript",
"version": "1.0.1",
"packageManager": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/f5/unovis.git",
Expand Down

0 comments on commit 75c6dfe

Please sign in to comment.