Restructuring the folders
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
2023-05-24 10:23:44 -04:00
parent a475678dfa
commit 2ae97bba14
9 changed files with 36 additions and 2 deletions

View File

@@ -1,13 +1,13 @@
{
"name": "@mifi/services-common",
"version": "1.0.1",
"version": "1.0.2",
"author": "mifi (Mike Fitzpatrick)",
"license": "MIT",
"scripts": {
"format": "prettier:fix && lint:fix",
"lint": "eslint --ext .ts,.tsx lib/",
"lint:fix": "eslint --fix --ext .ts,.tsx lib/",
"prettier": "prettier --check 'lib/**/*.ts'",
"prettier": "prettier --check 'src/**/*.ts'",
"prettier:fix": "prettier --write 'lib/**/*.ts'",
"test": "jest --passWithNoTests"
},