@angular-eslint/eslint-plugin
Advanced tools
Comparing version 0.5.0-beta.2 to 0.5.0-beta.3
{ | ||
"name": "@angular-eslint/eslint-plugin", | ||
"version": "0.5.0-beta.2", | ||
"version": "0.5.0-beta.3", | ||
"description": "ESLint plugin for Angular applications, following angular.io/styleguide", | ||
@@ -9,3 +9,3 @@ "license": "MIT", | ||
"scripts": { | ||
"build": "rm -rf ./dist && microbundle --tsconfig tsconfig.build.json --no-sourcemap --target=node --compress --format=cjs && cp -R ./src/configs ./dist/configs", | ||
"build": "rimraf ./dist && microbundle --tsconfig tsconfig.build.json --no-sourcemap --target=node --compress --format=cjs && ncp ./src/configs ./dist/configs", | ||
"test": "jest --coverage", | ||
@@ -30,3 +30,3 @@ "typecheck": "tsc -p tsconfig.json --noEmit", | ||
"devDependencies": { | ||
"@angular-eslint/utils": "^0.5.0-beta.2" | ||
"@angular-eslint/utils": "^0.5.0-beta.3" | ||
}, | ||
@@ -37,3 +37,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "b30fd0e9c8fe35b7cda8117131c2f836a5bcace0" | ||
"gitHead": "d6aa477105bdf0a3c6795434d4e6563ae9173edc" | ||
} |
Sorry, the diff of this file is too big to display
321085