Skip to content

Commit

Permalink
chore: specify lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAegis committed Jan 14, 2024
1 parent 578eee0 commit f6f0bce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
16 changes: 0 additions & 16 deletions solutions/typescript/2018/15/src/coord.class.ts

This file was deleted.

4 changes: 2 additions & 2 deletions solutions/typescript/libs/intcode/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alexaegis/advent-of-code-intcode",
"description": "Advent of Code Intcode Computer",
"version": "1.0.0",
"version": "1.0.1",
"private": false,
"archetype": {
"platform": "node",
Expand Down Expand Up @@ -55,7 +55,7 @@
}
},
"dependencies": {
"@alexaegis/advent-of-code-lib": "workspace:^"
"@alexaegis/advent-of-code-lib": "^1.0.1"
},
"devDependencies": {
"@alexaegis/eslint-config-vitest": "^0.9.2",
Expand Down
2 changes: 1 addition & 1 deletion solutions/typescript/libs/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alexaegis/advent-of-code-lib",
"description": "Advent of Code Library",
"version": "1.0.0",
"version": "1.0.1",
"private": false,
"archetype": {
"platform": "node",
Expand Down

0 comments on commit f6f0bce

Please sign in to comment.