We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 937c1f1 commit d137c5bCopy full SHA for d137c5b
.husky/pre-commit
@@ -1,4 +1 @@
1
-#!/bin/sh
2
-. "$(dirname "$0")/_/husky.sh"
3
-
4
npm run lint && npm test
invjsible.js
@@ -1,7 +1,7 @@
#!/usr/bin/env node
const fs = require('fs');
- const path = require('path');
+const path = require('path');
5
const zlib = require('zlib');
6
const { promisify } = require('util');
7
package.json
@@ -1,6 +1,6 @@
{
"name": "invjsible",
- "version": "1.0.1",
+ "version": "1.0.0",
"description": "Encode files into invisible Unicode characters for steganography and data hiding",
"main": "invjsible.js",
"bin": {
0 commit comments