diff --git a/package.json b/package.json index fe7a9b91e2..7b48929cfc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nrwl/nx-source", - "version": "6.3.0", + "version": "6.4.0-beta.1", "description": "Nrwl Extensions for Angular", "main": "index.js", "private": true, @@ -9,17 +9,14 @@ "commit": "git-cz", "checkcommit": "./scripts/commit-lint.js", "e2e": "./scripts/e2e.sh", - "format": - "prettier \"./**/*.{ts,js,json,css,md}\" \"!./**/{__name__,__directory__}/**\" --write", + "format": "prettier \"./**/*.{ts,js,json,css,md}\" \"!./**/{__name__,__directory__}/**\" --write", "linknpm": "./scripts/link.sh", "nx-release": "./scripts/nx-release.js", "copy": "./scripts/copy.sh", "test:schematics": "yarn linknpm fast && ./scripts/test_schematics.sh", "test:nx": "yarn linknpm fast && ./scripts/test_nx.sh", - "test": - "yarn linknpm fast && ./scripts/test_nx.sh && ./scripts/test_schematics.sh", - "checkformat": - "prettier \"./**/*.{ts,js,json,css,md}\" \"!./**/{__name__,__directory__}/**\" --list-different" + "test": "yarn linknpm fast && ./scripts/test_nx.sh && ./scripts/test_schematics.sh", + "checkformat": "prettier \"./**/*.{ts,js,json,css,md}\" \"!./**/{__name__,__directory__}/**\" --list-different" }, "devDependencies": { "@angular-devkit/build-angular": "^0.7.2", @@ -84,7 +81,10 @@ "author": "Victor Savkin", "license": "MIT", "jest": { - "modulePathIgnorePatterns": ["tmp", "collection/.*/files"] + "modulePathIgnorePatterns": [ + "tmp", + "collection/.*/files" + ] }, "husky": { "hooks": { @@ -92,7 +92,10 @@ } }, "lint-staged": { - "./**/*.{ts,js,json,css,md}": ["prettier --write", "git add"] + "./**/*.{ts,js,json,css,md}": [ + "prettier --write", + "git add" + ] }, "config": { "commitizen": {