Skip to content

Commit a154ccc

Browse files
committed
refactor: add shebang on top of cli
1 parent 78935d6 commit a154ccc

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1
1+
1.0.2

cli.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env node
12
import help from './lib/help.js';
23
import { anallify, stringify } from './lib/stdlib.js';
34
import { HELP, STRINGIFY, ANALLIFY } from './lib/constants.js';

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"name": "analscript",
55
"main": "analscript.js",
66
"description": "A modern approach for writing anally fast stuff.",
@@ -15,12 +15,12 @@
1515
"author": "Airscript",
1616
"license": "MIT",
1717
"devDependencies": {
18-
"eslint": "^8.46.0",
19-
"vitest": "^0.33.0",
20-
"prettier": "^3.0.0",
21-
"@vitest/ui": "^0.33.0",
2218
"@vitest/coverage-v8": "^0.33.0",
19+
"@vitest/ui": "^0.33.0",
20+
"eslint": "^8.46.0",
21+
"eslint-config-airbnb-base": "^15.0.0",
2322
"eslint-plugin-import": "^2.28.0",
24-
"eslint-config-airbnb-base": "^15.0.0"
23+
"prettier": "^3.0.0",
24+
"vitest": "^0.33.0"
2525
}
2626
}

0 commit comments

Comments
 (0)