Skip to content

Commit 7f1c3fa

Browse files
committed
refactor: remove config.js file
1 parent 37184fb commit 7f1c3fa

File tree

5 files changed

+5
-11
lines changed

5 files changed

+5
-11
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.2
1+
1.1.3

config.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

lib/help.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import VERSION from '../config.js';
2-
3-
const version = `Analscript Version ${VERSION}`;
1+
const version = 'Analscript, version 1.1.3';
42
const copyright = '\nCopyright (c) 2023 by Airscript\n';
53

64
const usage = `

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"name": "analscript",
55
"main": "analscript.js",
66
"description": "A modern approach for writing anally fast stuff.",

0 commit comments

Comments
 (0)