Skip to content

Commit

Permalink
Merge pull request ant-design#200 from ant-design/next-v4
Browse files Browse the repository at this point in the history
merge next v4 into master
  • Loading branch information
vagusX committed Dec 23, 2019
2 parents 3f332f4 + a14e0dc commit 91c5ff8
Show file tree
Hide file tree
Showing 1,736 changed files with 7,918 additions and 7,066 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ branches:
only:
- master
- dev
- /^next-.*$/
27 changes: 13 additions & 14 deletions packages/icons-angular/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,19 @@ yarn-error.log*
# assets
dist/

lib/manifest.ts
lib/types.ts

lib/icons/fill/*.ts
lib/icons/outline/*.ts
lib/icons/twotone/*.ts
lib/icons/public_api.ts

lib/inline-svg/fill/*.svg
lib/inline-svg/outline/*.svg
lib/inline-svg/twotone/*.svg
lib/inline-svg/fill/*.js
lib/inline-svg/outline/*.js
lib/inline-svg/twotone/*.js
src/manifest.ts

src/icons/fill/*.ts
src/icons/outline/*.ts
src/icons/twotone/*.ts
src/icons/public_api.ts

src/inline-svg/fill/*.svg
src/inline-svg/outline/*.svg
src/inline-svg/twotone/*.svg
src/inline-svg/fill/*.js
src/inline-svg/outline/*.js
src/inline-svg/twotone/*.js

# publish
*.tgz
Expand Down
20 changes: 10 additions & 10 deletions packages/icons-angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
{
"glob": "**/*",
"input": "lib/inline-svg",
"input": "src/inline-svg",
"output": "/assets/"
}
],
Expand Down Expand Up @@ -89,20 +89,20 @@
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"options": {
"tsConfig": "lib/tsconfig.lib.json",
"project": "lib/ng-package.json"
"tsConfig": "src/tsconfig.lib.json",
"project": "src/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "lib/tsconfig.lib.prod.json"
"tsConfig": "src/tsconfig.lib.prod.json"
}
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"lib/tsconfig.lib.json"
"src/tsconfig.lib.json"
],
"exclude": [
"**/node_modules/**"
Expand All @@ -112,15 +112,15 @@
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "lib/test.ts",
"karmaConfig": "lib/karma.conf.js",
"polyfills": "lib/polyfills.ts",
"tsConfig": "lib/tsconfig.spec.json",
"main": "src/test.ts",
"karmaConfig": "src/karma.conf.js",
"polyfills": "src/polyfills.ts",
"tsConfig": "src/tsconfig.spec.json",
"scripts": [],
"assets": [
{
"glob": "**/*",
"input": "lib/inline-svg",
"input": "src/inline-svg",
"output": "/assets/"
}
]
Expand Down
95 changes: 0 additions & 95 deletions packages/icons-angular/build/constants.ts

This file was deleted.

78 changes: 0 additions & 78 deletions packages/icons-angular/build/env.ts

This file was deleted.

Loading

0 comments on commit 91c5ff8

Please sign in to comment.