eslint-plugin-shopify-zero
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "eslint-plugin-shopify-zero", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"license": "MIT", | ||
@@ -16,4 +16,7 @@ "description": "Zero-dependency ESLint plugin for Shopify's JavaScript style guide", | ||
"scripts": { | ||
"ncc": "ncc build ./index.js --out dist --minify" | ||
"ncc": "ncc build ./index.js --out dist --minify", | ||
"clean": "make clean", | ||
"build": "make build", | ||
"publish": "make publish" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
201013