Skip to content

Commit e9600b4

Browse files
nnixaayggg
authored andcommitted
feat: update to Angular 8, Nebular 4 (#2114)
1 parent 537e6a7 commit e9600b4

File tree

323 files changed

+8331
-15071
lines changed

Some content is hidden

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

323 files changed

+8331
-15071
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ sudo: false
44
dist: trusty
55

66
node_js:
7-
- '8'
8-
- '9'
97
- '10'
108

119
branches:

angular.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"builder": "@angular-devkit/build-angular:browser",
1313
"options": {
1414
"preserveSymlinks": true,
15+
"rebaseRootRelativeCssUrls": true,
1516
"outputPath": "dist",
1617
"index": "src/index.html",
1718
"main": "src/main.ts",

browserslist

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
2+
# For additional information regarding the format and rule options, please see:
3+
# https://github.com/browserslist/browserslist#queries
4+
5+
# You can see what browsers were selected by your queries by running:
6+
# npx browserslist
7+
8+
> 0.5%
9+
last 2 versions
10+
Firefox ESR
11+
not dead
12+
IE 11

0 commit comments

Comments
 (0)