Unverified Commit c96e69ae authored by Marius Göcke's avatar Marius Göcke
Browse files

Added package.json and git-hook

parent d2fbb36a
Loading
Loading
Loading
Loading

.husky/pre-commit

0 → 100644
+1 −0
Original line number Diff line number Diff line
#!/usr/bin/env sh

package.json

0 → 100644
+7 −0
Original line number Diff line number Diff line
{
  "name": "SimpleOCR",
  "scripts": {
    "prepare": "husky"
  },
  "version": "1.0.0"
}
 No newline at end of file