This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user