eslint-plugin-gamut
2.4.22.4.3-alpha.8940e8.0
package.json~
package.jsonModified+2−3
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,8 +1,8 @@
{
"name": "eslint-plugin-gamut",
"description": "Shared eslint plugin for Gamut applications",
- "version": "2.4.2",
+ "version": "2.4.3-alpha.8940e8.0",
"author": "Codecademy Engineering <[email protected]>",
"dependencies": {
"@typescript-eslint/utils": "^5.15.0"
},
@@ -25,7 +25,6 @@
"scripts": {
"build": "nx build eslint-plugin-gamut",
"verify": "tsc --noEmit"
},
- "types": "./dist/index.d.ts",
- "gitHead": "38f5368f7245ab5a33464954c842405231edcd16"
+ "types": "./dist/index.d.ts"
}