Skip to content

Commit

Permalink
feat: angular package format (#1474)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg committed May 27, 2019
1 parent 48d8f03 commit bbed8c1
Show file tree
Hide file tree
Showing 154 changed files with 961 additions and 955 deletions.
1 change: 1 addition & 0 deletions DEV_DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
- add the package into bump-version.ts which bumps package version and its dependencies
- add the package external dependencies into rollup-config.ts which gives rollup capability build package correctly
- add the package into bundle.ts which build umd modules for our packages
- add the package into `JS_PACKAGES` in `scripts/gulp/tasks/config.ts` which used to add es2015 bundles for our packages
- add the package into packages-smoke application dependencies to verify it works properly in isolation.
- add the package into change-prefix.ts which builds our packages with custom prefix.

Expand Down
9 changes: 4 additions & 5 deletions docs/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@
"baseUrl": ".",
"types": [],
"paths": {
"@nebular/theme": ["../src/framework/theme"],
"@nebular/theme/*": ["../src/framework/theme/*"],
"@nebular/auth": ["../src/framework/auth"],
"@nebular/security": ["../src/framework/security"],
"@nebular/eva-icons": ["../src/framework/eva-icons"]
"@nebular/theme": ["../src/framework/theme/public_api.ts"],
"@nebular/auth": ["../src/framework/auth/public_api.ts"],
"@nebular/security": ["../src/framework/security/public_api.ts"],
"@nebular/eva-icons": ["../src/framework/eva-icons/public_api.ts"]
}
},
"exclude": [
Expand Down

0 comments on commit bbed8c1

Please sign in to comment.