Release 6.4.0-beta.1

This commit is contained in:
Jeff Cross 2018-09-19 11:57:44 -07:00
parent 97b773789b
commit 88b424c406

View File

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