Skip to content

Commit

Permalink
try removing versions from non-package repos
Browse files Browse the repository at this point in the history
  • Loading branch information
martypdx committed Apr 2, 2024
1 parent 0b14352 commit 09a480b
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "docs",
"version": "1.0.0",
"author": "Marty Nelson",
"license": "MIT",
"description": "Azoth Docs",
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azothjs",
"version": "0.0.0",
"version": "1.0.0",
"private": "true",
"description": "azothjs monorepo",
"author": "Marty Nelson",
Expand All @@ -16,7 +16,8 @@
"start:docs": "pnpm -F docs start",
"test": "vitest",
"test:CI": "CI=true vitest",
"lint": "eslint packages"
"lint": "eslint packages",
"changie": "pnpm changeset"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
Expand Down
1 change: 0 additions & 1 deletion packages/vahalla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "valhalla",
"version": "0.0.0",
"description": "Testing ground where warriors feast, fight, and train in preparation for the great battle of Ragnarok",
"author": "Marty Nelson",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "sandbox",
"version": "1.0.0",
"description": "dev sandbox for working with azoth",
"type": "module",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "test-utils",
"version": "1.0.0",
"description": "shared test utils",
"author": "martypdx",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion vite-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "vite-test",
"version": "1.0.0",
"description": "test project for azoth vite plugins",
"author": "martypdx",
"license": "MIT",
Expand Down

0 comments on commit 09a480b

Please sign in to comment.