Skip to content

Commit

Permalink
Release 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Aug 30, 2018
1 parent 6f909b2 commit 99f4434
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nrwl/nx-source",
"version": "6.2.1",
"version": "6.3.0",
"description": "Nrwl Extensions for Angular",
"main": "index.js",
"private": true,
Expand All @@ -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",
Expand Down Expand Up @@ -84,15 +81,21 @@
"author": "Victor Savkin",
"license": "MIT",
"jest": {
"modulePathIgnorePatterns": ["tmp", "collection/.*/files"]
"modulePathIgnorePatterns": [
"tmp",
"collection/.*/files"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"./**/*.{ts,js,json,css,md}": ["prettier --write", "git add"]
"./**/*.{ts,js,json,css,md}": [
"prettier --write",
"git add"
]
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 99f4434

Please sign in to comment.