Skip to content

Commit 14d66b9

Browse files
committed
chore: bump npm to v0.2.1, point install at v0.2.0 binaries
1 parent 7b2a8eb commit 14d66b9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

npm/install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const path = require('path');
44
const https = require('https');
55
const { execSync } = require('child_process');
66

7-
const VERSION = '0.1.0';
7+
const VERSION = '0.2.0';
88
const REPO = 'glincker/stacklit';
99

1010
const PLATFORM_MAP = {

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stacklit",
3-
"version": "0.1.2",
3+
"version": "0.2.1",
44
"description": "Your codebase, in 1,500 tokens. One command generates a committed JSON index that any AI agent can read.",
55
"bin": {
66
"stacklit": "bin/stacklit.js"

0 commit comments

Comments
 (0)