Skip to content

Commit

Permalink
Revert 0.6.3 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
karniv00l authored Oct 23, 2022
1 parent 8ef9a08 commit b739a59
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyper-tuner/ini",
"description": "HyperTuner INI parser",
"version": "0.6.3",
"version": "0.6.2",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -17,7 +17,7 @@
],
"scripts": {
"build": "tsc",
"postinstall": "npm run build",
"prepare": "npm run build",
"start": "tsc --watch",
"lint": "tsc && eslint --max-warnings=0 src/**/*.ts src/*.ts",
"test": "npm run build && node test/test.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './ini';
export const version = '0.6.3';
export const version = '0.6.2';

0 comments on commit b739a59

Please sign in to comment.