@groww-tech/eslint-plugin-internal
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@groww-tech/eslint-plugin-internal", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "ESLint Plugin with customized rules as per requirement and preferences of devs in Groww.", | ||
@@ -37,6 +37,2 @@ "keywords": [ | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "mocha tests --recursive", | ||
"pushTags" : "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag -a eslint-plugin-internal-v$PACKAGE_VERSION -m \"@groww-tech/eslint-plugin-internal-v$PACKAGE_VERSION\" && git push --tags" | ||
}, | ||
"dependencies": { | ||
@@ -55,3 +51,7 @@ "requireindex": "~1.1.0" | ||
}, | ||
"homepage": "https://github.com/Groww/webster/tree/develop/packages/eslint-plugin-internal#readme" | ||
} | ||
"homepage": "https://github.com/Groww/webster/tree/develop/packages/eslint-plugin-internal#readme", | ||
"scripts": { | ||
"test": "mocha tests --recursive", | ||
"pushTags": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag -a eslint-plugin-internal-v$PACKAGE_VERSION -m \"@groww-tech/eslint-plugin-internal-v$PACKAGE_VERSION\" && git push --tags" | ||
} | ||
} |
36521
18
972