@homebound/graphql-id-linter
Advanced tools
Comparing version 2.9.0 to 2.10.0
{ | ||
"name": "@homebound/graphql-id-linter", | ||
"version": "2.9.0", | ||
"version": "2.10.0", | ||
"main": "./build/index.js", | ||
@@ -9,3 +9,3 @@ "types": "./build/", | ||
"prepare": "npm run build", | ||
"test": "./node_modules/.bin/jest --watch", | ||
"test": "jest", | ||
"coverage": "./node_modules/.bin/jest --collectCoverage", | ||
@@ -12,0 +12,0 @@ "format": "prettier --write 'src/**/*.{ts,js,tsx,jsx}'", |
Sorry, the diff of this file is not supported yet
9692