Skip to content

Commit ecaa135

Browse files
committed
Merge branch 'release/13.0.0'
2 parents 235a2f1 + 7f2fea0 commit ecaa135

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+2360
-4761
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ speed-measure-plugin*.json
3232
.history/*
3333

3434
# misc
35+
/.angular/cache
3536
/.sass-cache
3637
/connect.lock
3738
/coverage

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ npm run build:lib
2525
### Release new version
2626

2727
Release new patch version
28+
2829
```shell script
2930
npm run release
3031
```
3132

3233
Release new major version
34+
3335
```shell script
3436
npm run release:major
3537
```
@@ -39,9 +41,9 @@ npm run release:major
3941
1. checkout tag or master
4042
2. build library `npm run build:lib`
4143
3. publish each module
42-
1. `npm run publish:core`
43-
2. `npm run publish:files`
44-
3. `npm run publish:dates`
44+
1. `npm run publish:core`
45+
2. `npm run publish:files`
46+
3. `npm run publish:dates`
4547

4648
## License
4749

angular.json

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -104,19 +104,6 @@
104104
"scripts": []
105105
}
106106
},
107-
"lint": {
108-
"builder": "@angular-devkit/build-angular:tslint",
109-
"options": {
110-
"tsConfig": [
111-
"tsconfig.app.json",
112-
"tsconfig.spec.json",
113-
"e2e/tsconfig.json"
114-
],
115-
"exclude": [
116-
"**/node_modules/**"
117-
]
118-
}
119-
},
120107
"e2e": {
121108
"builder": "@angular-devkit/build-angular:protractor",
122109
"options": {
@@ -156,18 +143,6 @@
156143
"tsConfig": "projects/core/tsconfig.spec.json",
157144
"karmaConfig": "projects/core/karma.conf.js"
158145
}
159-
},
160-
"lint": {
161-
"builder": "@angular-devkit/build-angular:tslint",
162-
"options": {
163-
"tsConfig": [
164-
"projects/core/tsconfig.lib.json",
165-
"projects/core/tsconfig.spec.json"
166-
],
167-
"exclude": [
168-
"**/node_modules/**"
169-
]
170-
}
171146
}
172147
}
173148
},
@@ -196,18 +171,6 @@
196171
"tsConfig": "projects/files/tsconfig.spec.json",
197172
"karmaConfig": "projects/files/karma.conf.js"
198173
}
199-
},
200-
"lint": {
201-
"builder": "@angular-devkit/build-angular:tslint",
202-
"options": {
203-
"tsConfig": [
204-
"projects/files/tsconfig.lib.json",
205-
"projects/files/tsconfig.spec.json"
206-
],
207-
"exclude": [
208-
"**/node_modules/**"
209-
]
210-
}
211174
}
212175
}
213176
},
@@ -236,18 +199,6 @@
236199
"tsConfig": "projects/dates/tsconfig.spec.json",
237200
"karmaConfig": "projects/dates/karma.conf.js"
238201
}
239-
},
240-
"lint": {
241-
"builder": "@angular-devkit/build-angular:tslint",
242-
"options": {
243-
"tsConfig": [
244-
"projects/dates/tsconfig.lib.json",
245-
"projects/dates/tsconfig.spec.json"
246-
],
247-
"exclude": [
248-
"**/node_modules/**"
249-
]
250-
}
251202
}
252203
}
253204
}

docs/0-es2015.4241eddc34658d46b20f.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/0-es5.4241eddc34658d46b20f.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)